Loading Tool

Explorer IconExplorer

Memory Pool

80,006 transactions
29.76 vMB
0.09202547 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt 8ef496f752ea6bab4556c118d9a589eef5d58577e45a00ae03c895a0fa176b9a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root f0228641a9b4b7a7dfb4cd9034fd7698967013e81e1538af4b41488b07facdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,741
Size: 1.00 vMB
Total Fees: 0.02759918 BTC
Feerates: 100.11 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (268,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,176 646,176 0000000000000000000a5109c7be81de7a775ac56a9646c469565eb223159892 2,770 1.00/1.00 vMB 110
646,175 646,175 00000000000000000000e2f27500685346703bb47492e2022011fd1404c2951f 3,016 1.00/1.00 vMB 139
646,174 646,174 000000000000000000061f309285e064cec6975fe9b395bbc23fb745c4327f0c 2,517 1.00/1.00 vMB 68
646,173 646,173 000000000000000000046d022603db8d78f69cf68941a144bf3b439bd15c977e 2,922 1.00/1.00 vMB 71
646,172 646,172 0000000000000000000c96a6d7b16ca7dfc7014ee0571c90647c5c0666a91a74 2,354 1.00/1.00 vMB 73
646,171 646,171 00000000000000000004f74dfcb06c05f82b80cfa91e1141d9d012d05cc43b1f 3,194 1.00/1.00 vMB 100
646,170 646,170 0000000000000000000d4de79cde1bdf9e13b9451bfbb882ca639ad8f94a2d6a 2,920 1.00/1.00 vMB 78
646,169 646,169 00000000000000000007bc523906e1d4f36bd79813bce79aa6cf4425e2e7e8d0 2,777 1.00/1.00 vMB 94
646,168 646,168 0000000000000000000ebc1bff13966baaf91c1cea7b0cfebb0c786656276895 2,491 1.00/1.00 vMB 88
646,167 646,167 00000000000000000007602f486ef715eccf91b70d69c1b018d807497ea69126 2,752 1.00/1.00 vMB 95
646,166 646,166 0000000000000000000a5245eca94817267ae79c0ae0689dc5a32721ed753015 2,784 1.00/1.00 vMB 103
646,165 646,165 0000000000000000000d206a3d211e554a55e8cdaa64217e0cddc94980375479 2,782 1.00/1.00 vMB 98
646,164 646,164 0000000000000000000452a8a5cbd1d66d56e9e9896010614e68b69750b46fea 2,547 1.00/1.00 vMB 101
646,163 646,163 000000000000000000055dae17e57a596e88ba55a325a9aaf762277e821febbf 1,883 1.00/1.00 vMB 97
646,162 646,162 000000000000000000013448efba7786c799d9ad5f181093d333cbd4c29753de 2,179 1.00/1.00 vMB 81
646,161 646,161 0000000000000000000d51ae6aa2419b4d3435f268a1a97f2b5a5510073bbb0e 2,580 1.00/1.00 vMB 92
646,160 646,160 00000000000000000009a268379e3b1de3e2ca03c9a8ccf97cd5169546963073 2,810 1.00/1.00 vMB 97
646,159 646,159 00000000000000000008d24d193d99a8f30a687ee4b4a1b6d28de3f7d5379be0 2,049 1.00/1.00 vMB 101
646,158 646,158 0000000000000000000f6436215889ce89d414663b900913356c912ad7091d2d 2,678 1.00/1.00 vMB 86
646,157 646,157 0000000000000000000629479c0f10d4ab10a190021bf2d00208bd5fdbc231e1 2,607 1.00/1.00 vMB 89
646,156 646,156 00000000000000000000402ec83b5400616c4723e6eaff6efa9daee361b41e92 2,855 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.