Loading Tool

Explorer IconExplorer

Memory Pool

75,121 transactions
27.82 vMB
0.07997393 BTC
Random Selection Loading Transactions
Max Size: 169.31/200 MB

Candidate Block

Mining Attempt 3bf80459c97253fa6a95548ed7cafbd27390a59987db2b5a49e634cb704f6b26
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 81be1056117f5699fc9eb6f79e81d32e99ff7c591373d05e9b3be2eba2bb8b64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,126
Size: 1.00 vMB
Total Fees: 0.02032585 BTC
Feerates: 98.68 > 2.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (484,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,862 430,862 00000000000000000372ff4b28ece1dc06d096df6e3b9789048f2a2ce712f982 1,810 0.98/1.00 vMB 42
430,861 430,861 00000000000000000419b18721eaf238ec945c408a5139164b7f38c43e8bfbad 1,480 0.99/1.00 vMB 34
430,860 430,860 000000000000000004464702d77e806393fa8f6ff3d518b13cc55729402448b5 1,362 0.58/1.00 vMB 57
430,859 430,859 000000000000000003a4f739899f923f0ba263307bfcb0c190e57e75882f40b5 2,252 0.89/1.00 vMB 65
430,858 430,858 000000000000000000cf483fb3a0984b9bd46268130cfe0b6fd969c1d911eaba 1,364 0.66/1.00 vMB 51
430,857 430,857 000000000000000002767ef4474549573de208d1ee944706f60b712211e40f2d 2,384 0.96/1.00 vMB 61
430,856 430,856 000000000000000000a2fad57a0eefe556f1d159f534d334a8d2bd02c22b1356 299 1.00/1.00 vMB 11
430,855 430,855 0000000000000000035ccf73e0d425ca0b6afcf2a7ab96a368ec1742f4b01393 1,724 0.98/1.00 vMB 45
430,854 430,854 000000000000000004d9d75f8e118facbbec5172bda6545368825d1d50d5e25c 2,342 0.96/1.00 vMB 60
430,853 430,853 000000000000000002c1195f661098cfa7043471bb2650d38360a13b7570195a 2,247 0.88/1.00 vMB 64
430,852 430,852 000000000000000001803a7d9647a73020e362f87ac6d9746d69fd153c0025df 120 0.05/1.00 vMB 58
430,851 430,851 00000000000000000366b13a352c2b6f648061d508438f6c39ab220e4d6d988f 1,483 0.71/1.00 vMB 48
430,850 430,850 0000000000000000002aa46a51980ee9302e3a72f67864bb9cbf2f7b266ac988 2,617 1.00/1.00 vMB 82
430,849 430,849 0000000000000000001f296b37c0d2b2baa06ee6c5ccaf902c313cfbfb75566a 355 0.23/1.00 vMB 31
430,848 430,848 000000000000000003c0eab653c9dd8fc6126a5f966ab6447478c5977b7917cb 2,446 1.00/1.00 vMB 71
430,847 430,847 000000000000000001976c44e8d5a99988100e510bff80fc9e159929d8b7806d 1,110 1.00/1.00 vMB 27
430,846 430,846 000000000000000000a29c42a77bb5ad704aee63cdd6b41517d92d18436a85b7 1 0.00/1.00 vMB 0
430,845 430,845 000000000000000002bda3cbf467251198f8b77946f081886e88c356a5bc8d57 1,527 1.00/1.00 vMB 49
430,844 430,844 000000000000000004894176e60c3e71c7b8d7fbec1c6e3905b77ce3397964d5 2,617 1.00/1.00 vMB 55
430,843 430,843 000000000000000002b23e130e93a47f21dda286e45db9899806a09384467e3c 2,992 1.00/1.00 vMB 93
430,842 430,842 0000000000000000008647f2bb1a5e8defacfbe3e3d6507c1c2115e84930efa6 777 0.49/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.