Loading Tool

Explorer IconExplorer

Memory Pool

49,559 transactions
29.80 vMB
0.22169997 BTC
Random Selection Loading Transactions
Max Size: 156.57/200 MB

Candidate Block

Mining Attempt 9c54d380a2614d06a69834a4eed3e3222ef93ba30fa066e919f9769bf55f1e8a
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root b169dcaae5e11b4f3928872f3087dad035e1aa77cc64c3238dea1c3e0d6bdf9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.08474959 BTC
Feerates: 150.67 > 8.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (187,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,467 727,467 0000000000000000000262b133e02bf426535f8c73aa2ca382d67063b9db1340 2,576 1.00/1.00 vMB 4
727,466 727,466 000000000000000000075da21758be7e75dc621b16e98d837790e8ca60738ae6 3,031 1.00/1.00 vMB 15
727,465 727,465 00000000000000000002d51b49128c10c76478e2492f835f2c443cf9d8af0043 1,587 1.00/1.00 vMB 6
727,464 727,464 00000000000000000005286ba367dc44aa63dedf18833123898c1ad058af2b28 2,214 1.00/1.00 vMB 5
727,463 727,463 0000000000000000000380f852f72ce5ef1b8d2c1a24ab62d180d331651de66a 2,439 1.00/1.00 vMB 8
727,462 727,462 000000000000000000052ead0c87192c57ae3516e66dc654ebf0a86403cdef1c 2,290 1.00/1.00 vMB 16
727,461 727,461 000000000000000000046ca51916d90711d568b8696c9d5c77feb7ae1524b718 2,552 1.00/1.00 vMB 3
727,460 727,460 0000000000000000000331b2f923bb0bd23bd4d9a5546095c5305eace19e3f17 2,751 1.00/1.00 vMB 11
727,459 727,459 000000000000000000090ac80c8ae6e1a42d580518bb7ba775131139d98f02f3 3,033 1.00/1.00 vMB 14
727,458 727,458 00000000000000000003d6e687e24a74d0b41f67e213995495b93069d3c9c696 2,683 1.00/1.00 vMB 5
727,457 727,457 0000000000000000000297308760c6e14b8def7cc9bcc6707e8197f089a10729 3,044 1.00/1.00 vMB 15
727,456 727,456 0000000000000000000699d414454afc77f761787113a2a3341336d6faf6f3f4 2,732 1.00/1.00 vMB 10
727,455 727,455 00000000000000000006be30da2d609091b7963888f22c66df2e3b052053799b 764 0.30/1.00 vMB 10
727,454 727,454 000000000000000000044d6bd9d72288229f455fe0704e131a1a13eeeea93f5e 2,270 0.90/1.00 vMB 6
727,453 727,453 00000000000000000005e503340a91d7f37f5b7a09eb480ef4dda58744b6c72d 1,657 1.00/1.00 vMB 6
727,452 727,452 00000000000000000006e7f6923351eef1b40842796d3e39582d5c844cf83a59 1,418 1.00/1.00 vMB 6
727,451 727,451 00000000000000000000fd1fccd081dc8493d7afa0720106b51de78d63bbb91b 2,779 1.00/1.00 vMB 3
727,450 727,450 00000000000000000005d7a5a82de0fd2421b3d4b0a1feacf14b105c3e1326b8 3,055 1.00/1.00 vMB 8
727,449 727,449 000000000000000000099e41ccda9a6318090ffbfdb53dfa49f3bc5f6541146e 1,828 1.00/1.00 vMB 19
727,448 727,448 0000000000000000000a0bbb36e0cbc046e4a77327511312c51a7b9cc8be1cbb 546 0.33/1.00 vMB 8
727,447 727,447 000000000000000000014f22ed9e40edb601c3f63266558b5599589eb1d05326 2,157 0.96/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.