Loading Tool

Explorer IconExplorer

Memory Pool

78,660 transactions
29.35 vMB
0.08426781 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt 56c6b4c329ff97f5b68be28393cdec7ae65dcc75153440c855fdd1b1a0fc7e1a
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 379cd0dd393a0b0d7b0abee699f0a6b1eea551345a377e21227feb4f8949cceb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02263464 BTC
Feerates: 95.73 > 2.27 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (308,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,025 607,025 00000000000000000010e48885be74c85c2f99b0d8a9b924d3ae640c761d33ad 2,881 0.93/1.00 vMB 11
607,024 607,024 000000000000000000062d58df4e0930d2eae5134035d97f7b9d626623516c17 3,010 1.00/1.00 vMB 26
607,023 607,023 0000000000000000000542464863f037e3f84f7b22782e92d2afaed0fa0c9d4e 1,789 0.59/1.00 vMB 20
607,022 607,022 000000000000000000129f4641fbc297ddae65c9479ea18ee473cafdeee0ea81 2,386 0.71/1.00 vMB 7
607,021 607,021 00000000000000000015bb4faf009ebde68c2252fb14d032852cf44362f0aea5 3,274 1.00/1.00 vMB 24
607,020 607,020 000000000000000000015c7557d9ce1701d145021aa874d0992064b1f22d3e33 888 0.29/1.00 vMB 22
607,019 607,019 0000000000000000001003b017262625baada729ace01cc2af215cb12b7a5d3e 2,659 0.83/1.00 vMB 8
607,018 607,018 00000000000000000002152d0a35ac5230e70afa7f302b3f26a2dae79b664dec 2,302 1.00/1.00 vMB 23
607,017 607,017 00000000000000000003eab8689799f7219362b947417f017f7e470d9c54c210 3,042 1.00/1.00 vMB 21
607,016 607,016 0000000000000000000d39c0e48397c3650dc75ac2214b53074fe5a2d82c2a7c 1,649 0.52/1.00 vMB 16
607,015 607,015 0000000000000000000bfb1e0378a691b7f95c6a89459ff55d8b3376279ef4ea 2,664 1.00/1.00 vMB 24
607,014 607,014 0000000000000000000460060e0b9a26dcbbc88fa8a93f41fedcaa90ff2bd76a 3,423 1.00/1.00 vMB 20
607,013 607,013 00000000000000000014b87e7507acb7dc3a7eebebf439b32cd8c5a6c9493fd9 1,440 0.49/1.00 vMB 2
607,012 607,012 00000000000000000013f0d1b3c37960c89091226de64006969b5ccb9806729e 2,617 1.00/1.00 vMB 36
607,011 607,011 00000000000000000008a6d4f9a5d76f0037ca43f97f1ca55d1eb07aa8f78f31 1,913 1.00/1.00 vMB 12
607,010 607,010 0000000000000000000567b12da4ddffe69ce938810e18248e032f401ae7d572 2,941 1.00/1.00 vMB 32
607,009 607,009 000000000000000000020cb4a856240419665783378ee5f4011747018c1751d6 1,069 0.39/1.00 vMB 21
607,008 607,008 000000000000000000128b93e5360c0fafe8ad7b695b902dad2c4f6713574c2c 833 0.27/1.00 vMB 24
607,007 607,007 0000000000000000000b8043c1bbb38bea83f4beaa13686820656ce9de004d3f 2,136 0.72/1.00 vMB 19
607,006 607,006 0000000000000000000f3c2d8dd98b1995ddef8d1521e4dd2fa748d3edd55569 242 0.08/1.00 vMB 21
607,005 607,005 00000000000000000006e3a6ddd654fcd62b616ec3d260aafaa60aa1c4a298ba 1,128 0.40/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 674.98 GB
    • Received: 16.43 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.