Loading Tool

Explorer IconExplorer

Memory Pool

83,101 transactions
32.01 vMB
0.10097809 BTC
Random Selection Loading Transactions
Max Size: 190.32/200 MB

Candidate Block

Mining Attempt 2ce13c690f07fa1eab3095c06a4a8e4eb2f11f3efb1332b4014084c621d9bf6c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 2b4791935199ed1d558f2069427d0261bdca8c0f12b68104cd45e7fd57c7496d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,022
Size: 1.00 vMB
Total Fees: 0.03702774 BTC
Feerates: 387.56 > 3.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (376,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,971 537,971 00000000000000000029831f94446c587eed6c40f47eee7031c5dbab574ab7ce 2,719 1.00/1.00 vMB 33
537,970 537,970 000000000000000000102690e8ce3521bd45b74d9e1c21d10e0e32f5a59b6d14 2,435 1.00/1.00 vMB 25
537,969 537,969 00000000000000000015029583186f55411154aa51229ae1ab858f8faec62e19 2,319 1.00/1.00 vMB 13
537,968 537,968 0000000000000000001a77bc57872a11954152a93669c9eb0d9b1d02d5029c87 2,199 1.00/1.00 vMB 30
537,967 537,967 0000000000000000000bb6b25d62db876208b1623b544a734baea9c86a67e12a 2,168 1.00/1.00 vMB 26
537,966 537,966 00000000000000000012b9cea00c6c3873ff79b9360964017eda129ced1dc882 2,858 1.00/1.00 vMB 22
537,965 537,965 00000000000000000003987ca3832d99ebf8fcd516ed3a2d50e002de8dce3945 2,237 1.00/1.00 vMB 19
537,964 537,964 00000000000000000025aca1829dc6859fef35046b57b01c1fc7172b9855786a 1,649 1.00/1.00 vMB 27
537,963 537,963 0000000000000000001c4cc491bae8f300ed22894121131b518a17201aa0e3a5 1,014 1.00/1.00 vMB 27
537,962 537,962 0000000000000000001e16e94ac9a7c5f9ac9b77f020424054a60398a0bd2ebc 2,073 1.00/1.00 vMB 33
537,961 537,961 0000000000000000001521214fbe86809e37bf67575a9594653f944c4463001c 2,279 1.00/1.00 vMB 20
537,960 537,960 0000000000000000002263ba935c4fbc6f4a9bd38b6c73ccef90cfc74dd908e0 2,347 1.00/1.00 vMB 21
537,959 537,959 0000000000000000000c2c84ce4dc5d1fbc9fd0f8a100a949a01ace66abee778 2,233 1.00/1.00 vMB 51
537,958 537,958 00000000000000000008733781da6bd59c4f58c54d4559e5f6b35c36fd9d2311 1,139 1.00/1.00 vMB 40
537,957 537,957 0000000000000000001d1848ff4853e62de42dab3fba09d3693df3fa9f3715de 1,225 1.00/1.00 vMB 61
537,956 537,956 0000000000000000000a6c63bdfc926a208aec9da72f993592f8db345dc858bc 660 1.00/1.00 vMB 71
537,955 537,955 00000000000000000002eb064a6fecef708ee9c1725481a8984d1dcf013593ec 1,429 1.00/1.00 vMB 10
537,954 537,954 00000000000000000019f18aa407627a9f115a08b30414146b97885860906a09 2,809 1.00/1.00 vMB 8
537,953 537,953 0000000000000000000bd2f08525725056f8c66e0d8ec0664d82b084f13cce2f 1,446 0.61/1.00 vMB 40
537,952 537,952 0000000000000000000a9cc6b4a0891c74439d95a626fadd5752ec8d52eeb1aa 1,570 1.00/1.00 vMB 12
537,951 537,951 0000000000000000001c2cf89eaaea1e2b8c5415c75d4242e78060080bc5bde3 2,578 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.31 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: 658.79 GB
    • Received: 14.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.