Loading Tool

Explorer IconExplorer

Memory Pool

88,830 transactions
33.19 vMB
0.19760978 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt f24af12e1132f11432cb9c10866d02b76ab625e7a3fc70f21252495e00c6187d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6dca5b62096a71809c39b89a095f4e941c071655a2119ff2076dc2c6eb94b130
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.08696894 BTC
Feerates: 387.56 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (310,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,640 604,640 0000000000000000000fb5e3f321dd47f5594edb03a4ee3868074ea26c78bf3c 2,188 1.00/1.00 vMB 22
604,639 604,639 000000000000000000027d31360bc806b0e466bc734998d72144a840d0440631 2,736 1.00/1.00 vMB 38
604,638 604,638 0000000000000000000b74ba8341926c4d0757b7566dafa5052a50380920d4c8 689 0.21/1.00 vMB 20
604,637 604,637 0000000000000000000aae8dae5f5edcb782a492ed2f36bd4c1d678441bcb70d 502 0.33/1.00 vMB 7
604,636 604,636 000000000000000000153bddb7ee0b90c3956fba6b56d9c222f555dbde6c6c01 1,596 1.00/1.00 vMB 10
604,635 604,635 0000000000000000000ba0b3019140830cad3879ae23acac4d0c2daefc3587df 2,780 1.00/1.00 vMB 2
604,634 604,634 0000000000000000000330d9f74fdc830f3e14b4d22c78de1107df2f99aabfbb 3,084 1.00/1.00 vMB 11
604,633 604,633 000000000000000000149e357915080dceebf0b79a8b7ae7beece2e159cb80eb 3,072 1.00/1.00 vMB 29
604,632 604,632 00000000000000000007720f48eaf7f76b2a873184360d349837f22e4628685f 2,991 1.00/1.00 vMB 20
604,631 604,631 00000000000000000002d244bab0acf92acdde83e9f05204212f46b0428c4f72 2,898 1.00/1.00 vMB 37
604,630 604,630 00000000000000000007f2845fbfd4e1d3bd5b4543fd110200eba3d519a8dc8a 2,554 1.00/1.00 vMB 12
604,629 604,629 0000000000000000000b7ad324a5bdf63e6c4d641a70d6bb7efa3e00e814bc70 2,573 1.00/1.00 vMB 19
604,628 604,628 0000000000000000000b0d5bb886b7ad946a74935f1e89aa04fed62792802402 2,372 1.00/1.00 vMB 25
604,627 604,627 0000000000000000000dd461e8809e20f5062951a9eeda1b206050ac76dd1687 3,010 1.00/1.00 vMB 39
604,626 604,626 0000000000000000000a1d27e2110208288f2597e7ebf0d654ba2ae808b764b2 1,377 1.00/1.00 vMB 55
604,625 604,625 00000000000000000009529f9cfbef95092b3801eba9e9893092676d34a6a27e 1,629 1.00/1.00 vMB 42
604,624 604,624 00000000000000000013114ebf60421da0b9dcd5a86857f94f56cd53ee2d8d15 2,166 1.00/1.00 vMB 56
604,623 604,623 0000000000000000000e663e91e558d4ebe23d4bb18bda319372c1671ca037b6 2,142 1.00/1.00 vMB 48
604,622 604,622 000000000000000000113533b1ffef5f22e289c8c709dd7e95c7a49ca03ac533 2,475 1.00/1.00 vMB 23
604,621 604,621 000000000000000000091636ca63d4570ee932fa698d4260a4c917d2f544467c 2,681 1.00/1.00 vMB 24
604,620 604,620 000000000000000000003eb66bec12711ac38a77322fb602bfbf3d5ba4864812 1,324 0.36/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.