Loading Tool

Explorer IconExplorer

Memory Pool

82,877 transactions
30.62 vMB
0.07487881 BTC
Random Selection Loading Transactions
Max Size: 188.45/200 MB

Candidate Block

Mining Attempt c9f1e90da945d10e6cec37385692ddecb54874e244913bda9eee10ebdfdcaccb
Version 20000000
Previous Block 00000000000000000001844886a1ec6e3550f79103e71b8cea4b5db3af32000f
Merkle Root 9f1b6f926ad018b5782ce16c1ebe9f715e45f4171b9ec6f3fd258669baf54797
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,938
Size: 1.00 vMB
Total Fees: 0.00616118 BTC
Feerates: 150.92 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,348 (538,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,698 376,698 00000000000000000579015421e72859a2fb96e6d9f4a97d03f4a36ae34dc236 671 0.95/1.00 vMB 15
376,697 376,697 000000000000000009e6978b0ef0f6c3d773617a1a17693bf6fc53da96624a45 928 0.71/1.00 vMB 20
376,696 376,696 0000000000000000096d3ed3bc81a9bdb25f898abe2f099392836ccf976b3787 2,596 0.93/1.00 vMB 53
376,695 376,695 00000000000000000a04285ab65414df34f3d2f9bda0b9203a473114b238a282 703 0.46/1.00 vMB 27
376,694 376,694 00000000000000000a72f580709c5c8061adb2d8f8931366d0ebd8f82e17c326 435 0.36/1.00 vMB 23
376,693 376,693 00000000000000000364ea499374ad814778ef5610bd1b1b90c8b6c88f63b1b0 762 0.66/1.00 vMB 26
376,692 376,692 000000000000000005c1a6523a39f5f79e9c7919040fad588f3586f9e8fa1058 1 0.00/1.00 vMB 0
376,691 376,691 0000000000000000039966a0bbbc969dd3c1199d915a3f088c6d88544ad2ac0a 1,949 0.93/1.00 vMB 39
376,690 376,690 000000000000000000c0e693dd6c552e8ba40ac63d978f7cef1b49cce03f8c7d 1,779 0.97/1.00 vMB 33
376,689 376,689 00000000000000001064685f67bce69a4235f7ac8fcd510da9e34f404f7d9b06 1 0.00/1.00 vMB 0
376,688 376,688 000000000000000004c30d775f06e3f7e03220b86119a8c5a660fcf47a324322 759 0.32/1.00 vMB 36
376,687 376,687 0000000000000000004fa0458781f681bab078f9a1c06aef41981bd07cf14fbf 614 0.37/1.00 vMB 28
376,686 376,686 000000000000000002fe57a73f7b449c3973e037d0ad1e9c0c22224dc12f5eeb 1,195 0.67/1.00 vMB 31
376,685 376,685 00000000000000000584c637fb6f53484e231a63dd37586e77148ed318e0d5a9 1,165 0.58/1.00 vMB 36
376,684 376,684 00000000000000000810f44cbf391d5a8deeba9a7a65599dfc8249d4de6bd7ba 740 0.33/1.00 vMB 33
376,683 376,683 00000000000000000f46c8fb3c6749c79c264ced1a4564475b04f3c86abd5017 1 0.00/1.00 vMB 0
376,682 376,682 00000000000000000398481a93ba1d834aa293f33f9f75b674f7c2bac511fc56 1,093 0.71/1.00 vMB 17
376,681 376,681 00000000000000000dc520ab55b8b1642af799a03842aae4d62dbf060f75d396 2,361 1.00/1.00 vMB 41
376,680 376,680 000000000000000007da5968e566b1f162bfb0f86b50fed405f3381ab98f1878 2,155 1.00/1.00 vMB 35
376,679 376,679 0000000000000000069b383ed385d5ddcf75fc465be45168a093fde547a1c7ef 603 0.40/1.00 vMB 21
376,678 376,678 000000000000000005863bd2f1d59fd6fb19582d202a1b291d7f8145a6690c6f 2,437 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.99 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.01 GB
    • Received: 17.88 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.