Loading Tool

Explorer IconExplorer

Memory Pool

53,833 transactions
31.68 vMB
0.19270637 BTC
Random Selection Loading Transactions
Max Size: 170.34/200 MB

Candidate Block

Mining Attempt efd5ff4e20ec3413131e0920ea5aed09cd8e82f3afb4a84ba60911c4638120d5
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root e9e76803351efd101a05a70f67b18415f555d6b07d1cbeeed8c0ff5a8af961fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.10308032 BTC
Feerates: 477.45 > 10.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (432,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,522 482,522 0000000000000000009f3a90ae5a0b18bd1c3df5b4dd37d69a22fe94757e60e0 2,050 1.00/1.00 vMB 497
482,521 482,521 000000000000000000936e2b67612963dd4832c35bd91bae751577a2f5584a1a 1,839 1.00/1.00 vMB 374
482,520 482,520 0000000000000000000d16874b605d8a38ef19bf8f268e3dca6f8819b36bfb6d 2,355 1.00/1.00 vMB 466
482,519 482,519 000000000000000000999503571b417b95bb0adcb60438279d21810e84d5170c 2,150 1.00/1.00 vMB 483
482,518 482,518 00000000000000000000e06694b015f380f0d974554436f618cb7e625206322d 2,187 1.00/1.00 vMB 427
482,517 482,517 00000000000000000014657d2048833cad40dbf7386437764f99d7ac6c7b267d 2,322 1.00/1.00 vMB 272
482,516 482,516 000000000000000001139767b8ea918046fe94eb5f5875ba5ae5c2cf9ca3138b 1,959 1.00/1.00 vMB 343
482,515 482,515 00000000000000000061bd737e2c5271ad2660024a4b5975885e21f66f3c0a9d 2,211 1.00/1.00 vMB 405
482,514 482,514 00000000000000000105c3b5900628337e4625dc201d27d336720d251eb8569f 2,274 1.00/1.00 vMB 345
482,513 482,513 00000000000000000132f1dbac12f9f9bdb1dbcf4cb9bd7a68fdb7ff91f9099b 2,232 1.00/1.00 vMB 404
482,512 482,512 000000000000000000fa5e7656f3183ee843e48823b97704923421db99c3f3c7 2,599 1.00/1.00 vMB 412
482,511 482,511 00000000000000000125b6d1323506f22d0af2a662c4c928f678c0d5df500e55 2,194 1.00/1.00 vMB 382
482,510 482,510 0000000000000000005c6e82c34020f0db481391e93a1c40e7cb9bd17a445c98 2,323 1.00/1.00 vMB 412
482,509 482,509 000000000000000000fcf0953887f540ae4de19991f172e069776067b0033844 2,455 1.00/1.00 vMB 502
482,508 482,508 0000000000000000012b1c9da9520a19b77d65e6c8cb273b3bf31af387754181 2,255 1.00/1.00 vMB 443
482,507 482,507 000000000000000000be57978fd11989a5f29a820872ec90552fba1de5f61882 2,469 1.00/1.00 vMB 320
482,506 482,506 000000000000000000d28a4b743d70023bd18a687e3f25091fdec01dff7c01c6 2,287 1.00/1.00 vMB 448
482,505 482,505 000000000000000000f534ac5a8cbb24543654b839067e08ed70922393828667 2,171 1.00/1.00 vMB 405
482,504 482,504 0000000000000000008c5874eea04a52a205262014cffb02f06b9870841d1ff5 2,413 1.00/1.00 vMB 485
482,503 482,503 0000000000000000006174efa15874c6b08905438b63215bfe1bc3f3293d0afb 2,060 1.00/1.00 vMB 322
482,502 482,502 000000000000000000772eb8b79a87ef055a4971fc6fefe256d50fae19730ef7 1,628 1.00/1.00 vMB 351
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.