Loading Tool

Explorer IconExplorer

Memory Pool

78,473 transactions
29.44 vMB
0.06747225 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt af5f42ae5f6b1ef980f9ada4318a2c42aee4f30145e89c1123fe17a4951ea9c1
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 495efdf803381969abfca5a6ebc92e13cd7aee063786dba4dc257725ceb34ff0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.00776389 BTC
Feerates: 100.32 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (402,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,073 512,073 00000000000000000050ce8e4c3889273b8b57c77cc08212a7a1a56e804d5a85 556 1.00/1.00 vMB 10
512,072 512,072 000000000000000000182073e4fb06fec2f596a8e78fc57db482c1fdbce7cbe6 1,607 1.00/1.00 vMB 36
512,071 512,071 00000000000000000031c6cc11667be9231f8c32d88421d72bd8afb3f90a38da 1,204 1.00/1.00 vMB 28
512,070 512,070 00000000000000000008577539a4351c4f3911efcb88bf5d96e0bdc32a2c1d8f 995 1.00/1.00 vMB 14
512,069 512,069 00000000000000000033c972bd16371ffdafd2603e681af06283d9152c1f18b6 1,862 0.87/1.00 vMB 50
512,068 512,068 0000000000000000001fdc9b73cc3d5abc02368dfa7fcdcb04aac7e7c3385b02 167 1.00/1.00 vMB 4
512,067 512,067 000000000000000000377d672ee51a9472f30a12e63e514069f61fa0bd3404d4 1,041 1.00/1.00 vMB 8
512,066 512,066 000000000000000000078ad44d75b77f44f370c120bd73139bc4613abe5bff25 2,218 1.00/1.00 vMB 49
512,065 512,065 00000000000000000029eb8c23e6ac6e36d518173c8fec7690cbeb51777d6f8e 2,106 1.00/1.00 vMB 18
512,064 512,064 0000000000000000000982261907543d73f7d07eb9a18ae2b27525da3c6e33b5 3,115 1.00/1.00 vMB 85
512,063 512,063 00000000000000000013aaa8778111530a626a3fe57e4e6f4a878c92669b04d1 250 0.09/1.00 vMB 46
512,062 512,062 000000000000000000341ccc2af66515530913fe3f9bfeb2ace9b73a79db364b 250 1.00/1.00 vMB 5
512,061 512,061 0000000000000000005168ebfeddefe02c3d466c5b43466183e289535d900380 702 1.00/1.00 vMB 10
512,060 512,060 00000000000000000045fc7a9d93edba88f0effbbb52758e6ef42082701472d7 1,588 0.88/1.00 vMB 48
512,059 512,059 0000000000000000001862e8b5258e183f529b44d4178946538624549254be3b 1,432 1.00/1.00 vMB 23
512,058 512,058 0000000000000000001b6e569985bcc453e5ed7ea29db3c1e9e7b6af36f0484a 2,778 1.00/1.00 vMB 40
512,057 512,057 00000000000000000057cb9af5893d4d98c44085db65a58d2807f62fbb7c9e4a 566 1.00/1.00 vMB 9
512,056 512,056 0000000000000000001698a1fc55c3a72cf97b43249c243d74f80bcef8a4e4c0 419 1.00/1.00 vMB 6
512,055 512,055 0000000000000000005d2937fe3f0e7fab081c4b4aa810335ad5bf8beee363d4 1,421 1.00/1.00 vMB 27
512,054 512,054 0000000000000000001103f30f170d4a0e8a2f622a901e4590a5beacf60a39cc 831 1.00/1.00 vMB 11
512,053 512,053 000000000000000000041c27c88e8b903deb2f54ae5ce29b5a6b898f05c63522 167 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.10 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.