Loading Tool

Explorer IconExplorer

Memory Pool

83,177 transactions
30.88 vMB
0.08157932 BTC
Random Selection Loading Transactions
Max Size: 189.43/200 MB

Candidate Block

Mining Attempt 8f8394d823d2666039ec440a23e90dd53bd8e2455913f93c0de051179725dfb2
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root 2c9013e4c60c282085e2214ba75543e545e3f2f1e8e5b7e4971fcb86735b1102
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.01192052 BTC
Feerates: 163.11 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (231,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,841 683,841 0000000000000000000aedf43b42693b7292ad0463ba19f6b07db7435c41245b 1,502 1.00/1.00 vMB 42
683,840 683,840 0000000000000000000826d8379afb50b6e4a49d35c11be653e878489f661641 1,385 1.00/1.00 vMB 61
683,839 683,839 00000000000000000003db5f52e14db25b174ad75d7b6e5d845b72463fc53e17 2,653 1.00/1.00 vMB 72
683,838 683,838 00000000000000000007fcd3951704132684e15bcf2f5421fc0c5e1be3c96da0 2,242 1.00/1.00 vMB 15
683,837 683,837 000000000000000000044942f43c2c88fdc975247b11eb54ad137813c6a6b26a 2,158 1.00/1.00 vMB 18
683,836 683,836 000000000000000000095c5c023dc6c139b7c8710cf5e6542fec90217f1dfbc0 2,179 1.00/1.00 vMB 33
683,835 683,835 0000000000000000000986f37b2ce4fa430507833c2410b4ae32d73eb173b567 1,678 1.00/1.00 vMB 65
683,834 683,834 000000000000000000026fea2a609088055072fe5a0b86382d959bb5d5bad8da 2,184 1.00/1.00 vMB 73
683,833 683,833 00000000000000000007058a8adad4e601f7bbb0e106e8d42b27e57239a2716b 1,016 1.00/1.00 vMB 16
683,832 683,832 0000000000000000000b058c40bc4e7117546882a157a94671d64a8a3e2cdbf0 1,428 1.00/1.00 vMB 24
683,831 683,831 000000000000000000053ca067364430fe18bd38a6e20b66a44cda03f5ae7388 876 1.00/1.00 vMB 17
683,830 683,830 0000000000000000000915a365dae6a8ebb261c2c001e76d581dcb7220a4f309 2,027 1.00/1.00 vMB 33
683,829 683,829 000000000000000000022bb7e8c864e6ad68b39b2bda4a3666ebf9ec2428aecf 1,726 1.00/1.00 vMB 32
683,828 683,828 00000000000000000005f630e905257cda34660de77f76a6e1431196185b03f0 47 1.00/1.00 vMB 3
683,827 683,827 00000000000000000000c543eb402db216673eb56865ab2c3186e15bdf32ec4f 636 1.00/1.00 vMB 12
683,826 683,826 000000000000000000041d313e06cbd55f28003372118dfbc59c0ee5b48d9775 1,245 1.00/1.00 vMB 18
683,825 683,825 000000000000000000051e4d8fae353da9485642d938ab2692c9bdcfc92d8505 2,332 1.00/1.00 vMB 27
683,824 683,824 00000000000000000000369b900b6654d28b0bbb2665e3b60b7a94724906f930 1,261 1.00/1.00 vMB 20
683,823 683,823 00000000000000000007bf97003dc4c9712c94e7f40f82b6ef27f89366f32819 1,653 1.00/1.00 vMB 23
683,822 683,822 00000000000000000008b4e52175d7fc0cfea559fccbd0fefb5bcf301e6cdf73 1,192 1.00/1.00 vMB 60
683,821 683,821 000000000000000000045569876088a186a9d3964b19aaeb1e0dae39370507b4 1,001 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 717.97 GB
    • Received: 17.87 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.