Loading Tool

Explorer IconExplorer

Memory Pool

73,940 transactions
27.35 vMB
0.06731205 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 939896924d3dcdd7930a129f1d6734e4cd1d6fd79f194ca2e9cc125d12f63a8a
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 7018ae67b7c651e55cf2ac682a1a4057c896891b062e83253ec7e6584b83f62b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,268
Size: 1.00 vMB
Total Fees: 0.00914158 BTC
Feerates: 402.60 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (357,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,984 557,984 00000000000000000026d9f327f8c2b184478dc41172a1cc9a6ebbd513f2dc3f 699 0.22/1.00 vMB 16
557,983 557,983 0000000000000000001efbc5da0f3b6993ec1fab8946dd344b40f7fe7d3b5259 1,679 0.57/1.00 vMB 10
557,982 557,982 0000000000000000000459c270ef006b15f94fb7a4a3d1289e1c6bd36d88396b 3,230 1.00/1.00 vMB 10
557,981 557,981 0000000000000000000806a9c3e597ee9a5aba587d9d239dc0a553bb7ba9c1a5 2,921 1.00/1.00 vMB 16
557,980 557,980 00000000000000000006dbc0ad13f6e5128c9c9a67eae5ea26da47466e5f6cb4 3,083 1.00/1.00 vMB 25
557,979 557,979 0000000000000000002744bfb3f6a32ca5017d02ebece20a89405a06e0693d26 689 0.24/1.00 vMB 14
557,978 557,978 00000000000000000009e02b4f9dc6efcea92dcf4063d25a748181d7a1d21689 2,158 0.72/1.00 vMB 4
557,977 557,977 00000000000000000007e97593fef6ef0a3d90994e29330150e549f30ee85ebe 2,849 1.00/1.00 vMB 9
557,976 557,976 0000000000000000000c06f50bda7ac12b42bfc756774e3efb301bcf5d4e331c 3,325 1.00/1.00 vMB 22
557,975 557,975 00000000000000000021c901e7e74e53ffdff4d48bdbd1255761f1263afdd64f 2,877 1.00/1.00 vMB 30
557,974 557,974 00000000000000000021086a92af66dcba9afe0843d9bd23792b23e6b2aeabe9 210 0.08/1.00 vMB 2
557,973 557,973 0000000000000000002b2b1e438a7cf28ca6206f578cb224a75f66d248e6570b 3,143 1.00/1.00 vMB 16
557,972 557,972 000000000000000000141ae56278f95d5b925dacb3515c19be62bcc3c4cfd75c 2,104 0.83/1.00 vMB 15
557,971 557,971 0000000000000000000267b84ffdffba78e08582312131bf7bb5827548e0e4f2 761 0.26/1.00 vMB 17
557,970 557,970 00000000000000000014caf48a3b4ef746f21c783942b8fcd31d601fff249678 1,592 0.73/1.00 vMB 1
557,969 557,969 0000000000000000002cd69eda22078e8e33dfc65cf0b39b64683fe857c4eb2f 3,013 1.00/1.00 vMB 13
557,968 557,968 00000000000000000020a26f0e95479b20e7c2052f109b2865136df498ebb70c 3,409 1.00/1.00 vMB 27
557,967 557,967 00000000000000000025663e939c8684e8eebfc969f5f52e6a57f33f45d0c883 2,967 1.00/1.00 vMB 26
557,966 557,966 000000000000000000294bc80036b53427767605f94a62d2dd15d559b8f74562 1,908 1.00/1.00 vMB 3
557,965 557,965 0000000000000000002769cf0a6a12645aef933f47281cc38836fd0fa0da417c 3,027 1.00/1.00 vMB 13
557,964 557,964 0000000000000000001b874de02657aada8259edb1e638821654bcd2241372e6 2,938 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.