Loading Tool

Explorer IconExplorer

Memory Pool

72,525 transactions
28.01 vMB
0.06829291 BTC
Random Selection Loading Transactions
Max Size: 165.97/200 MB

Candidate Block

Mining Attempt 9203f3d24e48ba07ba3c9e34882210269681a302a4d5cdb1c5c394512a507d92
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 1c749b0530f541d8f0daf63d6c2be178b8f594f9c7d98b751dfc8729f7d54ede
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,087
Size: 1.00 vMB
Total Fees: 0.01183391 BTC
Feerates: 101.52 > 1.19 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (240,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,659 674,659 00000000000000000005e9b5acac78e9e6c00958f1fe08e38d4912b16cd87aa1 1,892 1.00/1.00 vMB 22
674,658 674,658 00000000000000000008e25778fe6b1e432887f4708365d1a41e6331e2c666bf 1,061 1.00/1.00 vMB 40
674,657 674,657 00000000000000000006ccba0265c03ae9a3b51b66a2f34d23e060f705d8385d 1,961 1.00/1.00 vMB 72
674,656 674,656 0000000000000000000b8e8fff850437edd45e8661ffe3cb812549a537d04ae3 2,048 1.00/1.00 vMB 77
674,655 674,655 0000000000000000000a9fa761ecd0e1edfa17d4ee7926ad147698940255a223 1,388 1.00/1.00 vMB 66
674,654 674,654 0000000000000000000cc1c048f23556b7b95e368cc5fe5e5a52beb09307d672 1,187 1.00/1.00 vMB 106
674,653 674,653 00000000000000000005e6ba1a968fb617422d18e1610578c7bdaf6e5e0be19d 1,516 1.00/1.00 vMB 62
674,652 674,652 0000000000000000000c1072dc20b925998b7f6da654ff9bea4706276c508c62 1,846 1.00/1.00 vMB 33
674,651 674,651 000000000000000000073bb776ee6b9b904a696e049502392e7397524b47f701 2,151 1.00/1.00 vMB 73
674,650 674,650 0000000000000000000793dc8245a519a8f5b3eb2b6195a55281b031901da669 2,119 1.00/1.00 vMB 40
674,649 674,649 0000000000000000000134474c8c7e5824a13bd1f1183cc3d906875ffa0a6ddb 1,408 1.00/1.00 vMB 32
674,648 674,648 00000000000000000002b784b9886b222a70c89bf2822cc2f5c0caa951ee546e 2,643 1.00/1.00 vMB 24
674,647 674,647 00000000000000000002ad0cc855b74d44b9c813f4ec6b2870eaaf3afaa4a946 2,515 1.00/1.00 vMB 48
674,646 674,646 00000000000000000007383d0e5bd887eb276611b36df13dfbe3a8c80a77861f 2,445 1.00/1.00 vMB 38
674,645 674,645 0000000000000000000196e7627a43a4980b502b1784963c8eeba2449503c48d 1,891 1.00/1.00 vMB 40
674,644 674,644 000000000000000000025d9d89100ae8da442f7d45360651aa45b4460bd0b2bd 1,638 1.00/1.00 vMB 83
674,643 674,643 0000000000000000000b6b0544fd8c54420dafc3943cd9873dd5930292b69dff 2,349 1.00/1.00 vMB 113
674,642 674,642 0000000000000000000a12569a5452716e9a5b1a7e78ddfa7ed2c9d9641256a5 2,320 1.00/1.00 vMB 111
674,641 674,641 0000000000000000000d1c350962cfff2efe5e38100e2c12aa8ee957144d8cd7 2,241 1.00/1.00 vMB 68
674,640 674,640 0000000000000000000a742f471e1cbda74c204ac4c1d586741dc1b8479b4067 2,286 1.00/1.00 vMB 53
674,639 674,639 0000000000000000000420b7843aec93af2f0f586597a8bb66b66a5b1790c634 2,639 1.00/1.00 vMB 30
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: 667.46 GB
    • Received: 15.25 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.