Loading Tool

Explorer IconExplorer

Memory Pool

72,720 transactions
28.04 vMB
0.06693409 BTC
Random Selection Loading Transactions
Max Size: 166.09/200 MB

Candidate Block

Mining Attempt 8c8115a588a6a0e29fef69f6e7ea37668035c58cb6d1cc263d2feca82c34c4f9
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8fdb6daab00b863250a617825baa54248bbb9346b4b29efcc612dd2bd147403e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01096069 BTC
Feerates: 150.86 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (326,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,300 588,300 000000000000000000109ef86b419c33b243439088163d7dd97fb0ab831f6efb 2,843 0.93/1.00 vMB 22
588,299 588,299 0000000000000000001c38463752837e3e3fdcd968f3bd6e301e038aac2382d9 164 0.05/1.00 vMB 17
588,298 588,298 00000000000000000001ab99f3757de13401fa2baf8c5bd873eb1f10acd1c494 829 0.26/1.00 vMB 8
588,297 588,297 000000000000000000124ccafce96fd4e91ecf86ef3a0d2f92de77e7cd7f20cd 2,127 1.00/1.00 vMB 9
588,296 588,296 00000000000000000015d6e4c84dd378641e47bda38a56bcf57e1f479dd3608c 2,456 1.00/1.00 vMB 30
588,295 588,295 00000000000000000011252c64bf7cb74617abcd3016b088cb0bcd6c38536b29 2,574 1.00/1.00 vMB 29
588,294 588,294 00000000000000000002bf7c293b85f7f24d2b179c75939de9a068b007820022 2,423 1.00/1.00 vMB 43
588,293 588,293 0000000000000000000e4e6b6e2fe1a6d1a25b1a031d52ee3a7003bd59c4b24c 2,185 0.66/1.00 vMB 21
588,292 588,292 00000000000000000017cb64d1ddab348a8943243110ca907e3fcf0570dc0647 2,883 1.00/1.00 vMB 25
588,291 588,291 0000000000000000000a3addb922cbc7882fa64a6a45fa3f21a6709cb5575273 2,310 0.89/1.00 vMB 24
588,290 588,290 00000000000000000003ed5755e79b5f29d71b4fd3d5f15a5675579bee73a1ff 2,288 1.00/1.00 vMB 19
588,289 588,289 0000000000000000000170bed1c2e3850b5c47f28074b405980034ab7ab99fde 1,757 1.00/1.00 vMB 42
588,288 588,288 00000000000000000007a2e1b80a2228ca32e471702f5f4b170c31cc20777778 2,462 1.00/1.00 vMB 63
588,287 588,287 00000000000000000001d27aeae3e441e3612717c9d6f1fa50988d380c83fb6e 570 0.19/1.00 vMB 26
588,286 588,286 0000000000000000001c7abfbc442d69cb17c10fb3a4a13712b0776085f199f7 1,640 0.62/1.00 vMB 22
588,285 588,285 0000000000000000000c733687e2a5f63ec9c2782c25953ec5638338feb4c459 2,274 0.86/1.00 vMB 21
588,284 588,284 0000000000000000000b2d24aeca52d4e66ce01e9be5d07321e77082bceedc15 2,843 1.00/1.00 vMB 30
588,283 588,283 00000000000000000017fae2bb63fa2551d186dc7fd087e25d5162a53d863d57 2,985 0.96/1.00 vMB 14
588,282 588,282 00000000000000000008e5167cf0a69167e6c115477120be782707ab37130fda 2,334 1.00/1.00 vMB 23
588,281 588,281 00000000000000000017bb1d62a17eafa467a677cb8119cfa3c2e34e94ea883b 2,954 1.00/1.00 vMB 52
588,280 588,280 00000000000000000008075c76622cee50abf64b95ac46febccb1c06484193b4 2,407 0.86/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.