Loading Tool

Explorer IconExplorer

Memory Pool

25,781 transactions
27.11 vMB
0.06156910 BTC
Random Selection Loading Transactions
Max Size: 129.55/200 MB

Candidate Block

Mining Attempt 279b113fbe70fe5bb8ef8c34b93ff9ed25f27a33a186b8d830d226ab3d4d4c93
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 3e9c88fde40c66da04f4354570584fc9c051cfbe68fbe129a34d70b899cca33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,654
Size: 1.00 vMB
Total Fees: 0.01035737 BTC
Feerates: 150.93 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (333,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,612 580,612 000000000000000000139d9d26da0a2c13d8d985bc77d819e96701c248ca5798 2,825 1.00/1.00 vMB 59
580,611 580,611 0000000000000000000a1e82a387fa2896ddde4d0a2ac536e8b2bc577d2c9aca 2,050 1.00/1.00 vMB 81
580,610 580,610 0000000000000000001826848921ad6f97c607e879af1c3d16f72e6a1c1376a5 2,430 1.00/1.00 vMB 124
580,609 580,609 000000000000000000045035ed152a8365993a4dd32eebfe1997c5c782a7f360 3,186 1.00/1.00 vMB 109
580,608 580,608 00000000000000000005b9056e846784da78f5c945d5434cbadb13c454e31ad7 1,633 1.00/1.00 vMB 34
580,607 580,607 0000000000000000000cbc6dfb3f2afbd6ed1427e30ed1f3167898ac4aa4c673 3,002 1.00/1.00 vMB 64
580,606 580,606 000000000000000000231c1e40efb4fb4b7dad7c03de31476a40ac4ce1b38172 291 1.00/1.00 vMB 3
580,605 580,605 00000000000000000022e5792278a609f24a84ac19bbe552dd852036ff4e2865 1,955 1.00/1.00 vMB 26
580,604 580,604 0000000000000000001c6f4e217819f6b7d5a465151f099e32984424493bf07a 2,501 1.00/1.00 vMB 51
580,603 580,603 00000000000000000006d900c16ed5399895032ebce9d57a9a6d30709754c22d 2,948 1.00/1.00 vMB 68
580,602 580,602 000000000000000000123ea17cda832d4800c075a41899375d47a5b033a42266 2,966 1.00/1.00 vMB 44
580,601 580,601 0000000000000000000d4110b7dc66247491f59bec3b1e1194c8ae34d6ea257d 2,615 1.00/1.00 vMB 67
580,600 580,600 0000000000000000000c3ca47b0032b83e5cabdac346f86625b63cea70e9fbc9 1,142 1.00/1.00 vMB 7
580,599 580,599 0000000000000000000ebd31fc7292fef49c09832faa761ac482af1953b0b03b 1,900 1.00/1.00 vMB 6
580,598 580,598 0000000000000000000aa4ec3fe2892c5f8b15dc926c0fa15d37cba3363357e5 2,244 1.00/1.00 vMB 7
580,597 580,597 000000000000000000041540c68753459c7f1fb5643b82ecd1a3177f1e9bfd36 3,090 1.00/1.00 vMB 49
580,596 580,596 0000000000000000001469d73e586682c4a33951d179d2259ed954b02191c233 3,200 1.00/1.00 vMB 32
580,595 580,595 0000000000000000001b6170d829eb209aa754f17628356d3976da9d7ebb92ee 2,714 1.00/1.00 vMB 16
580,594 580,594 0000000000000000000c47bd4628af929b8e41cb2d15c54fe21b8681d0fa6df6 3,309 1.00/1.00 vMB 45
580,593 580,593 0000000000000000000157e31107474a541993b2bb43ab8b2259595ded7831b6 2,702 1.00/1.00 vMB 51
580,592 580,592 0000000000000000001196d816d525768a6e94175c19ae98947656eb185f1630 1,762 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.04 GB
    • Received: 10.79 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.