Loading Tool

Explorer IconExplorer

Memory Pool

45,698 transactions
28.45 vMB
0.06440404 BTC
Random Selection Loading Transactions
Max Size: 151.53/200 MB

Candidate Block

Mining Attempt 5b31bf1fc4c7c63a67356ff5a16dd4307472984d8f91b3cc2ec0f0abf59500a3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (798,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,963 115,963 000000000000b36044b82405bcfd6db4361070e6b5d7a15148e84d5dd20e91fd 9 0.00/1.00 vMB 0
115,962 115,962 00000000000008badcfec3e875eda1ce288e7c59be10533e2bec46148c9b901b 12 0.01/1.00 vMB 455
115,961 115,961 0000000000006f2f818a1767981881ea7db1f8e63701bcc4d2309ce63bcbedc6 24 0.01/1.00 vMB 223
115,960 115,960 0000000000005fba3dde4f67302482ad06bde8417c0e50c9c48737e2dd89cdbf 13 0.01/1.00 vMB 336
115,959 115,959 000000000000716a52f7ccd53719710c7d181f806f0bf34cf2a9439fb3b2b5a8 12 0.00/1.00 vMB 342
115,958 115,958 0000000000009fee4a2a8097f68ec3f4cf1af9d43fc766a78fd92d3c47f8494b 20 0.01/1.00 vMB 1,280
115,957 115,957 00000000000053090081ae1ebfadde918991d4ec5c146d4143a9efb08a3e1aab 8 0.00/1.00 vMB 1,178
115,956 115,956 000000000000caf0731fcebeefe0c4f75be26272da50e587858c44087712d022 22 0.01/1.00 vMB 712
115,955 115,955 00000000000014ae0ed25fdf2c4e460297158888cfe4a4a98182472c83588980 3 0.00/1.00 vMB 2,026
115,954 115,954 000000000000772712841a04af2980156508c230dc08e7acce2a0462e6a30e34 7 0.00/1.00 vMB 0
115,953 115,953 0000000000002c5b725122897e0135b92c1595f916605dcb00e97ae56293eae3 10 0.00/1.00 vMB 823
115,952 115,952 0000000000006add3917cb0547739a672212d789708f7592adc0ccc29e41e98f 5 0.00/1.00 vMB 0
115,951 115,951 0000000000002beef94d69942612ed266565d75a0bc243c1b896f39572346fb8 14 0.00/1.00 vMB 879
115,950 115,950 000000000000529e355b945bd9d3eff7b9a0bf811b28a253e9857835ec3d651a 4 0.00/1.00 vMB 847
115,949 115,949 000000000000910f26b51c8e99e2366ec36695aa5329f1eaffdb21e41e884ed4 2 0.00/1.00 vMB 0
115,948 115,948 00000000000013590df15a0524fd0be0dd669da83996b73e933d5cb349a9f685 11 0.00/1.00 vMB 720
115,947 115,947 000000000000c29d267f4d1fab2288fdf752467c80b0b14d910fc887bd2d4976 6 0.00/1.00 vMB 601
115,946 115,946 00000000000082429128f3dfe06108b5918e842a6f2f5aa7672297fa57581ba3 12 0.00/1.00 vMB 616
115,945 115,945 000000000000b520f979e359f1aa5c448ba55f3b6d7736dcf4afc9b3483a09ef 4 0.00/1.00 vMB 1,414
115,944 115,944 0000000000007c6a07d096f2a611478eb8252f765a377701afccad56d49e87b8 3 0.00/1.00 vMB 0
115,943 115,943 000000000000622a38819d49bf19ae97b75c4e853093d040bcac36be73399072 3 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.