Loading Tool

Explorer IconExplorer

Memory Pool

44,638 transactions
26.63 vMB
0.05878305 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt 6ff4c374bb5963e1c6b0c1329f6f1868511dbf4029cbefbfe08dd77ce4a47328
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 37e4d34b79bb77bf1d930ab98bdf2de3d6e86c3ff7b4a660a34ef5b361592809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00907218 BTC
Feerates: 54.71 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (410,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,577 504,577 00000000000000000061792d89344b294eaefdbc749ddad660a3390a2625f7f7 2,336 1.00/1.00 vMB 445
504,576 504,576 00000000000000000065939205705adfac98fa6047a5797e694d43d43b020708 2,569 1.00/1.00 vMB 453
504,575 504,575 0000000000000000004eea1c876f74633af38f7d0108789726de9ae2ad441c13 1,950 1.00/1.00 vMB 495
504,574 504,574 00000000000000000075c3dec9dc0abd69dcefc055b8c63c98da2bfcedc18266 2,606 1.00/1.00 vMB 546
504,573 504,573 000000000000000000281765f80e7621f56b234de99fdeaaab107050da0090d8 2,830 1.00/1.00 vMB 486
504,572 504,572 00000000000000000015a5570a165d8c7c616779d6ac423bf9f2ba2eb3380dce 2,521 1.00/1.00 vMB 554
504,571 504,571 00000000000000000025329d6c2639e9433e9106b604fdc4288bed936e2743f6 2,485 1.00/1.00 vMB 566
504,570 504,570 0000000000000000003d42c127103aa297ae19d73ab9e9bd701676b6f5a2ec60 2,089 1.00/1.00 vMB 456
504,569 504,569 0000000000000000006d1fba28e2f1fb7cb31db93b5cd57bc76c696234766871 2,198 1.00/1.00 vMB 477
504,568 504,568 0000000000000000000f33c953a47252d717043d467bfb1f46e2359727d33080 1,950 1.00/1.00 vMB 452
504,567 504,567 0000000000000000006f4efef5a813adda3e73a9651154f6776201fce1d3ab99 2,682 1.00/1.00 vMB 486
504,566 504,566 0000000000000000002f80d6e80e6b481d68807ce98add05d818585bd3a50f58 2,752 1.00/1.00 vMB 530
504,565 504,565 0000000000000000003d595f4cd56fe8bab9de4df2529840063544514e4b881e 2,698 1.00/1.00 vMB 543
504,564 504,564 000000000000000000218f903b7b7034c0028fcf96a6bac8ad190958651e303d 2,615 1.00/1.00 vMB 542
504,563 504,563 00000000000000000065ec9a3344a82cc922af90b178b75b51489f6efcf2ad48 3,032 1.00/1.00 vMB 493
504,562 504,562 000000000000000000226669bbd7b1409c4d64aefbb5bd79a1cd4c1510a06502 2,866 1.00/1.00 vMB 538
504,561 504,561 0000000000000000006022f4507dc60a03657b07ca35d464c182fe55990f495e 2,985 1.00/1.00 vMB 431
504,560 504,560 00000000000000000024f4936dda12d0f63c6ddebc645e0a315a7aaca83f65ef 2,183 1.00/1.00 vMB 533
504,559 504,559 0000000000000000003911ce279ec3ec824b2f9696b74c9e9a68d2abb1e896c9 1,894 1.00/1.00 vMB 578
504,558 504,558 0000000000000000006b945b8c07556829d9bef0d4d54499bd25d05500e8b861 1,879 1.00/1.00 vMB 449
504,557 504,557 00000000000000000057be55d4c30efa7607e1c4762e02acf2b7179f8bb69399 2,386 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.