Loading Tool

Explorer IconExplorer

Memory Pool

78,373 transactions
29.37 vMB
0.06619298 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 5109b1ff17e4fd7c0f2d55859275a327735ad25d3cd1adadd0113c922c29e152
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root a02fa4f4db4477de87796a58c07d721bd8116d303f53a765af1607fdfb33a57f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,172
Size: 1.00 vMB
Total Fees: 0.00668356 BTC
Feerates: 104.71 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (256,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,740 658,740 00000000000000000005a731f66e610db81d23f85a4edb8c54410a653d5b15f7 1,292 1.00/1.00 vMB 98
658,739 658,739 000000000000000000027bbd6907ab97a714f98f6744169b80cee096ab437272 1,849 1.00/1.00 vMB 110
658,738 658,738 0000000000000000000987fea8065eca9e57d098123060e49217e711f1861de8 2,543 1.00/1.00 vMB 91
658,737 658,737 00000000000000000008589ad88bcbf73767dee016eecd295ee615ba5d21d30e 2,709 1.00/1.00 vMB 99
658,736 658,736 0000000000000000000c2f566dffa556f494d190c0b427c8c2a548ad600b33fb 2,548 1.00/1.00 vMB 86
658,735 658,735 0000000000000000000c3492deb3f910710ab40349fab4b760ada3f6edcc2526 2,713 1.00/1.00 vMB 96
658,734 658,734 00000000000000000003da5817acd63bcc4026b0f5c29aeb151d8602308588a6 2,612 1.00/1.00 vMB 96
658,733 658,733 0000000000000000000c0e42cba0bb3d45e3d157b5f35acb1b7457ff12873bc0 2,533 1.00/1.00 vMB 93
658,732 658,732 00000000000000000007989a897ced4af9a9cf67d84d496d582eb7b76d043f29 2,307 1.00/1.00 vMB 81
658,731 658,731 00000000000000000004a823a1151f68a2cc35a25567b591a53e65e63d3a60ba 2,443 1.00/1.00 vMB 85
658,730 658,730 0000000000000000000cc02e496f7fe2095a549548eabff3f625f539c9e3fcce 1,657 1.00/1.00 vMB 49
658,729 658,729 000000000000000000055cda741fcf0f232adb4635c7ea2bd24b45cf931904c4 2,142 1.00/1.00 vMB 85
658,728 658,728 0000000000000000000017f6608a93be3b9972c5a56c2ca8a53933d7cb825fb7 2,621 1.00/1.00 vMB 86
658,727 658,727 0000000000000000000ecd1abadef73feebf36216f7bae2cd326776f4ee07f96 1,398 1.00/1.00 vMB 34
658,726 658,726 00000000000000000000eb168e4b729c5b48331b8da1b1ad57ff64b2456ccfe5 2,485 1.00/1.00 vMB 80
658,725 658,725 0000000000000000000fc399b92b3e297eb17dc8de980ae0202d34391ccffdf8 2,292 1.00/1.00 vMB 26
658,724 658,724 0000000000000000000aa263d44c52799a17a425dfd816a32de896e9f8e4b2d6 1,657 1.00/1.00 vMB 17
658,723 658,723 0000000000000000000fdfac7984d3d0583f22ef7215225585f755c472d4b2d1 2,038 1.00/1.00 vMB 30
658,722 658,722 0000000000000000000ffb0fff6c18f09ccabe0e4c176651485fc5dd18816b2d 2,553 1.00/1.00 vMB 40
658,721 658,721 00000000000000000000e7a183dfe3937018f4e86a5f244e3f5482167b7142db 2,020 1.00/1.00 vMB 51
658,720 658,720 0000000000000000000278961094999fe48bddc5b3cefa4e5466e339a4e5dd11 2,445 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.