Loading Tool

Explorer IconExplorer

Memory Pool

28,391 transactions
17.84 vMB
0.04065567 BTC
Random Selection Loading Transactions
Max Size: 93.88/200 MB

Candidate Block

Mining Attempt ed91eea64ec17a0672ea6205d1450ca17504980df577296ffe9a93f7c2e7130b
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 7ec6e7e7e9f4c91c1014ca40f9d14aff817a2d6aecfe68982ef109f8ecc1fa85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00751638 BTC
Feerates: 52.19 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (880,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,094 34,094 000000007b86eb922d5d8068964008edffbb70dcc09139a91ac9b11c82f8eb1e 1 0.00/1.00 vMB 0
34,093 34,093 000000002a6d02715b3d11068ee71f6623de0adb5fe6cbba34488bb917e2141a 1 0.00/1.00 vMB 0
34,092 34,092 0000000070b8d81e871b45ee68ae0e87d285970f9c51367802d60995808f27a5 1 0.00/1.00 vMB 0
34,091 34,091 000000006b1bbf2354f14c3406396dab2e447a937bf2b647dcb35e5ac8cdfa98 1 0.00/1.00 vMB 0
34,090 34,090 0000000052d1f6e21332d245d39b8cf6c449421c404cf893bac3ed697cbaa9df 1 0.00/1.00 vMB 0
34,089 34,089 000000007f07228e876062ed05c845fa3462503c22c62209636794cce5f77898 1 0.00/1.00 vMB 0
34,088 34,088 00000000a91c5b256c6a0878ea85c2675cdaaf4052b2c551135997d53d75adea 1 0.00/1.00 vMB 0
34,087 34,087 0000000017aaa9b29709f70a801e6c49472c88969db2b3eb58682fb6e50e630c 1 0.00/1.00 vMB 0
34,086 34,086 00000000a061dbf9e6af03ca146d19d6007ee3f769ead490c6ee1c8db144ea65 1 0.00/1.00 vMB 0
34,085 34,085 00000000720b191d6cb8cce06d9d97d1b15c83477e9a7ee752c4808e742b7678 1 0.00/1.00 vMB 0
34,084 34,084 000000006259ef7a38fb8c6e794eb8b1a914e3630ff8b07f97c7ddc8cd00452e 1 0.00/1.00 vMB 0
34,083 34,083 000000006b386b7bf46594b4f2e444cf62dd7c95c720951dcfd248a72bccdfbf 1 0.00/1.00 vMB 0
34,082 34,082 00000000a3514a037f4f838650e8b997df7a05b6fff3383bd1fd696f0cd55c03 1 0.00/1.00 vMB 0
34,081 34,081 0000000003f9cd13d2441efdbe1ab59b956703cee4fba204153bbec9c128ba1d 1 0.00/1.00 vMB 0
34,080 34,080 0000000097a3b8918382bfb0b58265043cd4f39c228ca21f0728fc0fb8e86afe 1 0.00/1.00 vMB 0
34,079 34,079 00000000bfa87b46676791573e052d29be85555530ba4764969ac81aa2cf6f85 1 0.00/1.00 vMB 0
34,078 34,078 0000000053fd35228a1a329b4363b0e18324be40036128bfb69c4b56d77c132f 1 0.00/1.00 vMB 0
34,077 34,077 000000006bb42aeaa90cfddb6fefce7dc08610b18ceb084bbe3084fe05933090 1 0.00/1.00 vMB 0
34,076 34,076 00000000b9c56d2578d04c1f570bb678bc8d4eb1c12d758bdf3816899d858243 1 0.00/1.00 vMB 0
34,075 34,075 000000009716dbe0dc3e1bf8127584c9ff650b467a1a6b54672d86eddc401506 1 0.00/1.00 vMB 0
34,074 34,074 00000000942832bf41a954d440236593606fa21a9bd13d49090db26849f227b4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 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: 562.95 GB
    • Received: 7.50 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.