Loading Tool

Explorer IconExplorer

Memory Pool

74,351 transactions
28.66 vMB
0.07512648 BTC
Random Selection Loading Transactions
Max Size: 169.81/200 MB

Candidate Block

Mining Attempt 7a1a9b7efc4010d7cc118b9be142d7754fcf255205dd427cae05722847e07ae7
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 841a4573d348431f580610cfee1321d622a684f15c6e3ca44ac3ce68c98b187a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.01754923 BTC
Feerates: 250.89 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (317,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,539 597,539 000000000000000000026b85f4e896601aea28089192300c0c34e1cd41b78ac7 2,414 1.00/1.00 vMB 31
597,538 597,538 00000000000000000008fd6ead2fc9e059992af0b4a963da5e3aec37160eb7bb 1,008 0.34/1.00 vMB 37
597,537 597,537 000000000000000000045335b7206f764460b2447fd3f7293f0158a8b89d4b9a 2,618 0.80/1.00 vMB 35
597,536 597,536 00000000000000000000b2288ee16485ae5392b49eca97ae795038700e27a606 2,289 0.75/1.00 vMB 15
597,535 597,535 0000000000000000000279396f5fbd94cda00e8039632f7e5183785278ab8a8e 2,199 1.00/1.00 vMB 43
597,534 597,534 0000000000000000000314719d59cede37e5b0eddf75cd9f52a729ceacfd1176 1,965 0.59/1.00 vMB 8
597,533 597,533 00000000000000000004e3350d5f28f5cab5f13728762e110ca27aa05271d7ac 3,036 1.00/1.00 vMB 33
597,532 597,532 0000000000000000000aed694cee8f34d83a6c518e7c5c6d75f7d3d38a11b06e 2,830 1.00/1.00 vMB 55
597,531 597,531 0000000000000000000eeb61f4334ceee1b814987e1dfca42c67d3b889039a6b 2,596 0.81/1.00 vMB 27
597,530 597,530 0000000000000000000b69b510199bb0c41f08e483ef53e77f0300b3aa63a42a 1,338 0.71/1.00 vMB 7
597,529 597,529 0000000000000000000017e9a89c856a99a52f8a192e8c4b3419fbb1230c9132 2,402 1.00/1.00 vMB 3
597,528 597,528 0000000000000000001236b2fdd9eaa9c89853c0f0e87196355e1aed3dc8f89d 2,789 1.00/1.00 vMB 20
597,527 597,527 000000000000000000014b55777c16f6e71dda52677a8e68b57092a2de3fb980 2,840 1.00/1.00 vMB 41
597,526 597,526 0000000000000000000836e46056fead1475e1454c541f7c80516e5120d3f878 2,914 1.00/1.00 vMB 30
597,525 597,525 00000000000000000009bea5476bcd98dcefec615c783998c788dad82ee10996 2,727 1.00/1.00 vMB 15
597,524 597,524 000000000000000000152e3c363032fa046f2be5237b872a79e2cb5ca4e0023f 1,774 1.00/1.00 vMB 25
597,523 597,523 000000000000000000141171551bbd75c2d6854eb2a777c78cdbaf02cb1b3c44 1,741 1.00/1.00 vMB 36
597,522 597,522 0000000000000000000117158cd08fa20c703ee0d5667369243e37cbd42168aa 2,735 1.00/1.00 vMB 27
597,521 597,521 0000000000000000000a48114166ccb0b39984edf611be0e22e6cfc1234bb28d 2,949 1.00/1.00 vMB 50
597,520 597,520 000000000000000000097a34945d905abd887972f0f38554dea1a37b56cd9870 3,012 1.00/1.00 vMB 45
597,519 597,519 00000000000000000002f2b29dd00673685144f7915d8053c220f9670de45c8a 2,239 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.