Loading Tool

Explorer IconExplorer

Memory Pool

43,997 transactions
27.12 vMB
0.06080666 BTC
Random Selection Loading Transactions
Max Size: 143.14/200 MB

Candidate Block

Mining Attempt 03e411e18eaf31b236c494a16e59952e583d85d933a43c97df8d0c38f201dbf6
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 8f4ae523c4907ab085c15734f599ad6a2881d092bb86956a1e2d2afb261cc411
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,769
Size: 1.00 vMB
Total Fees: 0.01030988 BTC
Feerates: 349.04 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (376,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,980 537,980 0000000000000000002b49eaacbcbf804f69f88daf413bd008b1e54715312e30 2,373 0.97/1.00 vMB 37
537,979 537,979 00000000000000000007fcc3a3b92b405c21cd597835951305c3a4a1ab5766f9 2,014 1.00/1.00 vMB 15
537,978 537,978 0000000000000000000b21df031b3e5d4b154bc619c668fa6eb1174bd56452ea 2,142 1.00/1.00 vMB 2
537,977 537,977 000000000000000000073649d81ba5e058bc0204e2f80a5ec0336f313ec908d3 1,964 0.97/1.00 vMB 19
537,976 537,976 000000000000000000046b8d5f8b804c1a8ee2bdae41058a5f2f3e7d6d81d560 1,731 1.00/1.00 vMB 8
537,975 537,975 0000000000000000002aecdaa72af39a30ef73b3ec230fcc5fdd07035b8408e0 1,637 1.00/1.00 vMB 8
537,974 537,974 0000000000000000000b379552a173d7759762b539fdd0695d70f5535287fb4b 2,498 1.00/1.00 vMB 16
537,973 537,973 00000000000000000003a128c82710471b357bf6a5022da03ef357d96696d95b 2,679 1.00/1.00 vMB 37
537,972 537,972 0000000000000000000e40a03bc8923d3fe7cf606576b8ff293bfebc6cd4cc48 2,670 1.00/1.00 vMB 19
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
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.