Loading Tool

Explorer IconExplorer

Memory Pool

73,839 transactions
28.62 vMB
0.07696383 BTC
Random Selection Loading Transactions
Max Size: 169.27/200 MB

Candidate Block

Mining Attempt 880f9ef80ba71f8068acc3336af45e59a47e6d0d454102903e2c0a0f69744b67
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 1021c2bdebb07cb162bdc68cfd7bdadb9acb99a64437ed339a79cc360a6beeb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.01950608 BTC
Feerates: 61.00 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (267,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,538 647,538 00000000000000000009bb4eb1da59a7a4456f06c81061cef2df4052b82df979 2,434 1.00/1.00 vMB 77
647,537 647,537 000000000000000000075fafc52005d24a7dcd20c11fe2ad50b32efaca8ec76d 2,946 1.00/1.00 vMB 101
647,536 647,536 0000000000000000000be67301d291bb37b37ba4a9e90ee2e8ebaec357d05d93 2,762 1.00/1.00 vMB 108
647,535 647,535 00000000000000000002e51e723e6a83aa91d984b4bf4bd1b395aed86528cdf9 3,097 1.00/1.00 vMB 92
647,534 647,534 00000000000000000006f02cdc4c506e1e73f65ff197d951f0dc8058ae1a2988 2,163 1.00/1.00 vMB 93
647,533 647,533 0000000000000000000b034e8aaefdfa3ae963c38283039616a3619b91db45bb 2,306 1.00/1.00 vMB 101
647,532 647,532 00000000000000000004d1d0d5661161fca54cbc0922a828badedff82811d946 2,766 1.00/1.00 vMB 91
647,531 647,531 00000000000000000003641bbe25d01fa3315aa319f9a0f34f787201034d42c0 2,669 1.00/1.00 vMB 91
647,530 647,530 0000000000000000000047658d1775395992e0948ef5845bcbb54df563e4850c 2,382 1.00/1.00 vMB 111
647,529 647,529 0000000000000000000fca48a1523bd60eae92871ac410f5b885ed67533bd44d 2,314 1.00/1.00 vMB 105
647,528 647,528 0000000000000000000f2ca062544849ad0cbb069b2940c07583dbf561561a38 2,992 1.00/1.00 vMB 124
647,527 647,527 0000000000000000000651c87d7b2ba83357bd402c2d5f851d32e3928e5c60a3 2,432 1.00/1.00 vMB 67
647,526 647,526 00000000000000000008fef835d301f272c19978c71c963c236a889d9b41cfdc 3,101 1.00/1.00 vMB 84
647,525 647,525 00000000000000000006080e06becbdd8d3f86b9d07660facce06c7b658b7553 2,384 1.00/1.00 vMB 62
647,524 647,524 000000000000000000049a45a5cf08d7b0189088f513614d1d35d4a8cf0b7649 2,839 1.00/1.00 vMB 62
647,523 647,523 0000000000000000000a05846817a6cfa611f9070ca5c9c26dcda68ed77bb40f 3,386 1.00/1.00 vMB 76
647,522 647,522 00000000000000000005940801c5fb55d878eed4926a018ee47d12036eee554f 2,851 1.00/1.00 vMB 105
647,521 647,521 0000000000000000000177057cdf70cc22ef009d9f0c3a00a0d1911b8026c039 2,732 1.00/1.00 vMB 110
647,520 647,520 0000000000000000000d9f65ca66878e52cdf21818c71dab9ead3b2b77e3f055 3,184 1.00/1.00 vMB 74
647,519 647,519 0000000000000000000b8c44e5aaf0fba11c6bb9c8c94bdca0fe060ec0390a6a 2,753 1.00/1.00 vMB 119
647,518 647,518 000000000000000000057540cf3ac83717a40be1208a7330f9b19a4bf8a82515 2,994 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.