Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
29.22 vMB
0.07856697 BTC
Random Selection Loading Transactions
Max Size: 174.77/200 MB

Candidate Block

Mining Attempt 8b38e9d19ca263dbb1e4fc4033c3761c6432b3b48fb3a2be20eb7ee208404923
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7fa72f55c6efbee9237ce9c7921e34d234b2e0a77568a07c72622d9ea88ba342
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.01926715 BTC
Feerates: 150.77 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (417,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,804 497,804 0000000000000000001b8e5b95288c08109b1ba74a9b9b6abf08412cc665dc34 2,225 1.00/1.00 vMB 124
497,803 497,803 00000000000000000055abcab77c996588488f495729bde10cd5c0c352b64a9f 2,557 1.00/1.00 vMB 136
497,802 497,802 0000000000000000008a768a019e94bf06c7f5117c9fe3d8b2b4c90425f46e1e 2,524 1.00/1.00 vMB 127
497,801 497,801 000000000000000000901989c53dc9cc6c5623a31817e76c5a36a7ada34ac670 2,459 1.00/1.00 vMB 133
497,800 497,800 0000000000000000003037fd8138e724aaad6aa8404edb45f12cd5d9c53caef7 3,272 1.00/1.00 vMB 98
497,799 497,799 0000000000000000004c70ae141746de44847cd0db45dd32d0bc2df34ee94613 2,710 1.00/1.00 vMB 99
497,798 497,798 000000000000000000c7d2a7127287f7db901bdeeb457adf53712810256f2ac4 2,145 1.00/1.00 vMB 151
497,797 497,797 0000000000000000000eee7538a43aafb0fb3bf141944902c148c0daba4fe29c 2,106 1.00/1.00 vMB 144
497,796 497,796 000000000000000000ac4942f76c7933c4f023df4f4f9ee4faf9b75074e6a73e 2,830 1.00/1.00 vMB 124
497,795 497,795 0000000000000000004ac0bd31956ea0cf80edea8b9f888ceea5f5c52ae37518 2,677 1.00/1.00 vMB 139
497,794 497,794 0000000000000000006bb7914cc3f6dd8706210e68b2616db194b70ca8ddfa6c 2,765 1.00/1.00 vMB 133
497,793 497,793 000000000000000000cb05433af0d0a458613c41ef68eb4886b2761033356ba7 2,216 1.00/1.00 vMB 125
497,792 497,792 000000000000000000cdde707c15a8bd4613a11df1ab67aa50680f1e90858c6f 2,564 1.00/1.00 vMB 185
497,791 497,791 000000000000000000961482fcd1d8852ec1c0993f19c6b947f5f449bd07d08f 2,521 1.00/1.00 vMB 129
497,790 497,790 00000000000000000081567882d1cac85ee6af4535d65255a3d53c4daf4b1fb4 2,801 1.00/1.00 vMB 141
497,789 497,789 00000000000000000059b14d8aafeb2a04dcb27fb679ac52412a43f5099daee9 2,247 1.00/1.00 vMB 151
497,788 497,788 0000000000000000006802658c00546187f57470be4399a2d87589dd786efe93 2,543 1.00/1.00 vMB 187
497,787 497,787 0000000000000000002d9f67fb3e49d03dd24043d217eaa3c8bf6694c3b3cab3 3,204 1.00/1.00 vMB 129
497,786 497,786 0000000000000000008198d5a2d77981194ea2bf42dd9a90fff10c38fa93ff39 2,836 1.00/1.00 vMB 139
497,785 497,785 000000000000000000c6661c21ef27eeb17c4903ed7488ed69f7cbd36f4c3ecd 2,523 1.00/1.00 vMB 190
497,784 497,784 0000000000000000004cd30b4a4291d6c780d9f5c807a2793845005ebf0710b5 2,521 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.