Loading Tool

Explorer IconExplorer

Memory Pool

83,522 transactions
30.71 vMB
0.16921571 BTC
Random Selection Loading Transactions
Max Size: 186.38/200 MB

Candidate Block

Mining Attempt 886a68983345fdf0a6edfe948891d741dbd5b22d008e0584e3e52c55eafeaa87
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6114ee94e7e2e05b2a34eb3a24d62154967b4211a43e720b3fbf242bc68a5815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.08716646 BTC
Feerates: 150.79 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (499,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,175 415,175 00000000000000000524f368cca6d6431fd46c6d293226d0b959d1826a104533 1,315 0.62/1.00 vMB 72
415,174 415,174 0000000000000000054cf5fee23c36c0011506112121c6bccea2c5e1ed842744 1,459 0.66/1.00 vMB 47
415,173 415,173 0000000000000000003c60bd2a0a4198dc4aa7ca67db9dc7faf4cf2bb153a3bd 1,090 1.00/1.00 vMB 27
415,172 415,172 000000000000000000963e6417274b9f8d5888e9c197d55350068e3cbbb3b85a 1 0.00/1.00 vMB 0
415,171 415,171 00000000000000000037bf9179e79d5a0999b7ae1227fdc7f6e996aa7e141780 809 1.00/1.00 vMB 30
415,170 415,170 0000000000000000016de9974a23e0344c359ee4021d4179453a4950fc6b8683 1,845 1.00/1.00 vMB 49
415,169 415,169 000000000000000003d9b5479a438bbc2719974f79c3c0b7d8bdd2939e11e0a1 1,870 1.00/1.00 vMB 42
415,168 415,168 0000000000000000003967a62c6be55f7aff1de90e441537d508404b50037834 2,008 1.00/1.00 vMB 41
415,167 415,167 000000000000000003097904d28a983c580de0e27f81e192f257fe1ab16a3ab4 2,919 1.00/1.00 vMB 74
415,166 415,166 0000000000000000014e23da37f3bde8e1a3510bf08915675a1d235c83777c99 643 0.55/1.00 vMB 26
415,165 415,165 00000000000000000185972cbd605b0be3c7c7830b1dc019a4fae67aa04faf0f 971 0.99/1.00 vMB 21
415,164 415,164 0000000000000000049a9f34bc276d6c7e6207dc46aebfb4784b6312e7e92b08 1,482 1.00/1.00 vMB 35
415,163 415,163 000000000000000003b03e24e7e2e562ff292a0d742d1db946a1c6f1340ac45b 2,103 1.00/1.00 vMB 60
415,162 415,162 000000000000000000784631de150fd9381a300364b5c1350ef91de149ad8d03 1,398 1.00/1.00 vMB 32
415,161 415,161 00000000000000000492836e6bcec824f0ab317c6ecf4594acc8627d287c26f3 2,060 1.00/1.00 vMB 41
415,160 415,160 0000000000000000053e08c7918811f977798816249b4ad89bab134cc6637575 2,831 1.00/1.00 vMB 53
415,159 415,159 000000000000000001402b1eda5d1f8e56c98143d60d4093220e2b7e46a7f57d 3,323 1.00/1.00 vMB 97
415,158 415,158 000000000000000000618446c123e1e388cf63c947b6036eab9a23ea5fcbcb28 1,237 1.00/1.00 vMB 26
415,157 415,157 000000000000000000e0064b63d9896169bc064698ad8d82248c9346b8d0268e 1,707 1.00/1.00 vMB 36
415,156 415,156 000000000000000002785b8af646685f73e44ddf364ce363d23679b8374b2982 1,979 0.89/1.00 vMB 76
415,155 415,155 000000000000000004aa07035396dc323f8765d3a6337bab764f7fa75b64814a 1,741 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.