Loading Tool

Explorer IconExplorer

Memory Pool

81,914 transactions
31.47 vMB
0.08265560 BTC
Random Selection Loading Transactions
Max Size: 187.37/200 MB

Candidate Block

Mining Attempt 6d10505429c45592279b5c3fe8d6cfab0217bb424b6a6e344f05a856287a78ef
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root e771fe2be2c1d7d9788226e491f6ade5ca14b243ee303a436eabe7b54e135d12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,190
Size: 1.00 vMB
Total Fees: 0.01561588 BTC
Feerates: 157.11 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (352,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,038 563,038 0000000000000000000b6ce7b4e4639363fa89b193b41bd7d6fa62b122079285 2,906 1.00/1.00 vMB 17
563,037 563,037 0000000000000000002a5db8d91672ed900a646b8e3c5112cd65b47f713df9b2 2,837 1.00/1.00 vMB 19
563,036 563,036 000000000000000000115fc983db3be3bb0007acdf37ff43eff4854d974d4c85 3,049 1.00/1.00 vMB 24
563,035 563,035 000000000000000000015805337a8640d1217cbf21039ce27c08d662d84cf6c9 2,811 1.00/1.00 vMB 33
563,034 563,034 0000000000000000001214493875339c04194ecd29bc226f2a7229783aaa8679 2,113 1.00/1.00 vMB 8
563,033 563,033 0000000000000000000fb6abfb2e47a1bfdfda236940accf11217d1b7aa4f7ab 2,506 1.00/1.00 vMB 24
563,032 563,032 00000000000000000010d7e078c29196c8e38a2412d08ad94d2e621b16f17164 2,770 1.00/1.00 vMB 4
563,031 563,031 000000000000000000278fb1e5d63d0dfaeb86cf2325c260df95eecb18817a47 2,913 1.00/1.00 vMB 28
563,030 563,030 000000000000000000000dc59d813fd70fb6b6730b62e9c4dcc50dd36301f715 3,001 1.00/1.00 vMB 17
563,029 563,029 00000000000000000017fde1a8588a1c4eb95d3818e29c0514ab16f1c7078eab 2,716 1.00/1.00 vMB 35
563,028 563,028 00000000000000000013842497afb813a50231a8fe4f96854a04846634b9f8e0 2,885 1.00/1.00 vMB 22
563,027 563,027 000000000000000000038a93b77646d9023726c1dee3dc4675ad8395e01eacad 2,184 1.00/1.00 vMB 41
563,026 563,026 00000000000000000002286c5a4881d5dba945b8fcbeab0e9da432fff5b95a9f 2,390 1.00/1.00 vMB 22
563,025 563,025 00000000000000000013d05b7cddd2db309c658737924d9add6948e8c1caee26 2,799 1.00/1.00 vMB 40
563,024 563,024 0000000000000000002e3e8d99bb553059b2562457ae015ecd25402fe2c438d3 2,463 1.00/1.00 vMB 23
563,023 563,023 0000000000000000000927b713912c8a0f2d9fae0841b82dad419aaea3b5a06b 2,511 1.00/1.00 vMB 12
563,022 563,022 0000000000000000001ddb74a63a9d01640428b35a7e1698a14007763e502b96 1,424 1.00/1.00 vMB 16
563,021 563,021 00000000000000000029036817c61dbd0f7fffc8a57928306020d58dccc17764 1,849 1.00/1.00 vMB 17
563,020 563,020 0000000000000000000623dcd42e59fb86d4a27ed5a5d03740e5569ad4f5d78d 1,768 1.00/1.00 vMB 22
563,019 563,019 00000000000000000003ffee1b7a3304b0891a999e3e11f4747d9ce0be772513 2,545 1.00/1.00 vMB 55
563,018 563,018 000000000000000000095e47e1868d2d404417b59e6acde621b0792ca537ceed 889 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.