Loading Tool

Explorer IconExplorer

Memory Pool

76,829 transactions
28.76 vMB
0.06855432 BTC
Random Selection Loading Transactions
Max Size: 174.21/200 MB

Candidate Block

Mining Attempt 20fb970ffef1e44a04f9155a8896fafbaee6200681bc0858a3947866936e2050
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 72ff9f97b3ba525709d65d7bc69ab09e0fc25c4df5564d4ed22363141d9cc2cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,540
Size: 1.00 vMB
Total Fees: 0.00879434 BTC
Feerates: 50.27 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (260,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,714 654,714 00000000000000000002d4c6b185cc81748074c74fcff8ddb3caf4dcf4b940b1 3,175 1.00/1.00 vMB 214
654,713 654,713 0000000000000000000350a0afb64ab5d19e2c86a3b5b93f12439916210b8dda 2,344 1.00/1.00 vMB 293
654,712 654,712 0000000000000000000a01992b5115e165f4a4ab260b4fbed9fbf1d96e325972 2,733 1.00/1.00 vMB 304
654,711 654,711 0000000000000000000bdfd4ceb29cedf65b4802926eac5a500ddfaa1a4d4f8e 2,816 1.00/1.00 vMB 188
654,710 654,710 0000000000000000000023201ecf0160090ae265108490b5898b1a9cda10407c 3,433 1.00/1.00 vMB 214
654,709 654,709 00000000000000000001b6f583a21c9b1e5fbd3395248b073c62b2c41519ad91 1,949 1.00/1.00 vMB 266
654,708 654,708 000000000000000000059507a912e8a7ca4bddebfe69ad43349d1513d8bdcb58 2,534 1.00/1.00 vMB 227
654,707 654,707 0000000000000000000197077448a77b9784dcfdf29eb2084e206b229b6f3848 3,161 1.00/1.00 vMB 215
654,706 654,706 000000000000000000096115e1a8ebe81c8ab6c19c8b4afbfaefee105c36dcad 3,078 1.00/1.00 vMB 224
654,705 654,705 000000000000000000056b40e4226bae8960b1a2deb6e1daedb843e31662a1e8 3,088 1.00/1.00 vMB 271
654,704 654,704 00000000000000000006810f22e7f306fcd99044083a0033fb5adb983714c523 2,879 1.00/1.00 vMB 274
654,703 654,703 00000000000000000005ab885f89aeb149d18f26b0de4f21716f2a345b47c560 2,614 1.00/1.00 vMB 277
654,702 654,702 0000000000000000000b973e239c9dc024fed7cfe0e0413cbc48a871da2e50dd 3,272 1.00/1.00 vMB 239
654,701 654,701 00000000000000000007b92f89345696a7b6db5332a7aa23f32fd37365fde62c 2,813 1.00/1.00 vMB 279
654,700 654,700 00000000000000000001e4f7fb52247bc1438ecf0da2a8619ecc637335ce257e 2,291 1.00/1.00 vMB 260
654,699 654,699 00000000000000000005a068572320a128760fa5d815611dc2777eb5bdb71068 2,150 1.00/1.00 vMB 261
654,698 654,698 00000000000000000002a33fdd2b99091ec2ba3fb1227b4482931f9bdda546e4 2,638 1.00/1.00 vMB 263
654,697 654,697 00000000000000000007eabc932fdbac4a522131f9f6c37ebf1d3ff7b5441394 2,526 1.00/1.00 vMB 303
654,696 654,696 0000000000000000000af57c0ba6215ba8ecc8cf5f55642da03d6b0e19406c4e 2,921 1.00/1.00 vMB 302
654,695 654,695 00000000000000000006fe1b14ac8832b637a2287e5b9c1ae58c7a1b1e534791 2,843 1.00/1.00 vMB 311
654,694 654,694 0000000000000000000b38d158d3c15f8c314601d1885c2adee57aff15733e1d 2,836 1.00/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.