Loading Tool

Explorer IconExplorer

Memory Pool

33,219 transactions
19.01 vMB
0.10516198 BTC
Random Selection Loading Transactions
Max Size: 102.29/200 MB

Candidate Block

Mining Attempt 2bac32b3cf73af2460e7f9d9e99efd40b837bb5895f69d305e8a304dee59c702
Version 20000000
Previous Block 00000000000000000001952a16ada1fd2b213bfbd75786c31962a81a5876bdae
Merkle Root 1687bc50e794290a5a4b37f06a1a03ecc0b2697546c921d2fe53b7ccc0393982
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.06862577 BTC
Feerates: 713.01 > 6.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,123 (906,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,899 7,899 0000000011037ba6c8f7ecb30499daa83d745818edfe8ddfaa1801215e8dc5b3 1 0.00/1.00 vMB 0
7,898 7,898 000000004be011192200692e4bd803d4963f13a1b221c290fe325c91bc18b4f3 1 0.00/1.00 vMB 0
7,897 7,897 000000000280b50dd608624652fd7e42f55b425eaf0f24b38b7816a6fbc65bce 1 0.00/1.00 vMB 0
7,896 7,896 00000000a8d779d2cfdb8dab67997b995c5ff426d117e6c54a06d785080e66a1 1 0.00/1.00 vMB 0
7,895 7,895 00000000a90c31d13d61094610003a0b344903d36edb41645edde01cb89c8278 1 0.00/1.00 vMB 0
7,894 7,894 0000000087d980ceff702ede31f080889d76fea4c6a4d98cab6bebbd8a5a28b8 1 0.00/1.00 vMB 0
7,893 7,893 00000000207b5cdca1ad044414be49db9536b607628e8a2bcd05f6645fd688ff 1 0.00/1.00 vMB 0
7,892 7,892 000000004d30f3f58abd9c4da01b39d57b8e5ec9121e2783306780c7279f98b7 1 0.00/1.00 vMB 0
7,891 7,891 00000000ecaa563e4407b0cdde043391f83f07cc7dcb026fb2c01ff62f3b2b16 1 0.00/1.00 vMB 0
7,890 7,890 00000000396bd3ff8aecd3aa578b58821f2f9887d478dab6bcf1c0a1cc0143d1 1 0.00/1.00 vMB 0
7,889 7,889 0000000005e0c213fa2cfdd581fd5a3a3e10ac72b602067f9abd93be6c5f4b45 1 0.00/1.00 vMB 0
7,888 7,888 00000000f78bf2601acff984d735bb119ffa8018365b19005c5faffa48e91a98 1 0.00/1.00 vMB 0
7,887 7,887 00000000f8006e255ca799402a87be613573d181a450a42ddd6fa2ad2d56afcc 1 0.00/1.00 vMB 0
7,886 7,886 00000000ac6b33792b859763d4324896e68a3c3c63fd7fe1c9c9744a37e0dd9e 1 0.00/1.00 vMB 0
7,885 7,885 00000000d38e48295d524d9e7fb073069dd1b59b4a209c681814150c9f7265e1 1 0.00/1.00 vMB 0
7,884 7,884 0000000004908e475fe3d92314ebd85b856e9ec677f13ee350e5648d6074a66a 1 0.00/1.00 vMB 0
7,883 7,883 0000000085a194d6ee90ede2b2ec84909ae810a659960dce5e3ee878b1b63384 1 0.00/1.00 vMB 0
7,882 7,882 00000000cb16523eebf2c9cf3e48a1b4986e83329c422f4fa8e5f7a75dcbdbaa 1 0.00/1.00 vMB 0
7,881 7,881 00000000abbdfe0b7f53e2b4749e14076db5b620855bbef3c911a8f095c80daf 1 0.00/1.00 vMB 0
7,880 7,880 000000005648ebad9408c390f96dfae2ab036014ef4ab4001f0def471b83f049 1 0.00/1.00 vMB 0
7,879 7,879 0000000098487e634c1ca371e8ed656336983e8fb1a6836a1bb3e63d174182bf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 560.73 GB
    • Received: 7.35 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.