Loading Tool

Explorer IconExplorer

Memory Pool

85,444 transactions
33.09 vMB
0.16135341 BTC
Random Selection Loading Transactions
Max Size: 197.04/200 MB

Candidate Block

Mining Attempt 4a15f23ff0366011bd437a08a59d6ee9cba8ee48118bf734aa06618e7f74acba
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 2181da152d6338464cb20cc919cd5d1294de93788cac2a2ab7dfcad67c6b903a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.04988713 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (425,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,546 489,546 000000000000000000690c0450ff48d69d1db8c6fa8338a29a01c8f43f93c2c8 2,255 0.93/1.00 vMB 145
489,545 489,545 000000000000000000f3aab51cb93b3c63dc76d12e108736f08ba10599edc8d2 2,192 1.00/1.00 vMB 153
489,544 489,544 0000000000000000009ae9aa5e9ef0e8df1a5dfdd1823449dae75136b1410152 2,278 1.00/1.00 vMB 177
489,543 489,543 0000000000000000009a09711d029772b9d782cf5657f3b83fc14af729f6e3fe 2,568 1.00/1.00 vMB 90
489,542 489,542 000000000000000000e0aab365ba9532b3aa9967b5a39bde4f92876a44063b89 2,076 1.00/1.00 vMB 103
489,541 489,541 000000000000000000e2f1e9b48d1a9e097e0f0fc8da7f7333907db3438d5874 2,440 1.00/1.00 vMB 110
489,540 489,540 0000000000000000006cfd510c2347b6d7f4c8f68ecb4e77cb6965a50f3de295 1,815 1.00/1.00 vMB 124
489,539 489,539 000000000000000000a4e74ec80344bdc065721e45a8fb02ccd770c97e8d7b2a 2,594 1.00/1.00 vMB 132
489,538 489,538 000000000000000000e645c0fcd8829de8eb8df3edbfbf762b5f84180920b7d7 2,525 1.00/1.00 vMB 140
489,537 489,537 000000000000000000014d15c64b77194cc59b287a8a79797a7269215182bef4 2,488 0.91/1.00 vMB 153
489,536 489,536 0000000000000000001bc14380ad13c08a35f444cad9d546b6bb7531cf68d15a 2,146 1.00/1.00 vMB 142
489,535 489,535 000000000000000000c403a24d084a1668e53d803ae96998a3e8bb7b794144ca 2,510 1.00/1.00 vMB 179
489,534 489,534 00000000000000000007c640f8503cb2ad0d4cb40c7d0a73f53e9e17d7b9aba7 2,266 1.00/1.00 vMB 153
489,533 489,533 000000000000000000a294b0730c3bdaf513d2ee9ba6fadb7d2b185656181f18 1,927 0.93/1.00 vMB 215
489,532 489,532 00000000000000000098245ab608940b61f064eccdb8a492a1db726436cf8452 2,440 1.00/1.00 vMB 135
489,531 489,531 00000000000000000036806cc77e7972d00d7b358428aba8106dbf8c23b41ced 1,694 1.00/1.00 vMB 163
489,530 489,530 000000000000000000d93eafe21a0aa247602a0db211f67bbdac1127ca94dc87 2,070 1.00/1.00 vMB 147
489,529 489,529 0000000000000000006733e63ffd636ad997066a92af82f996526a08649f7379 2,523 1.00/1.00 vMB 190
489,528 489,528 0000000000000000007cefa5093d555a8fece49fbbec8d8122a926b8949ed708 2,438 1.00/1.00 vMB 152
489,527 489,527 00000000000000000038ec51b004d06f3860c347808b4500d86fd05c18f369ab 2,316 1.00/1.00 vMB 134
489,526 489,526 000000000000000000442aaee7e5ccac2360b79dd1ee8e99d85a2c3b947dff3a 1,952 0.95/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.