Loading Tool

Explorer IconExplorer

Memory Pool

53,689 transactions
31.64 vMB
0.19043597 BTC
Random Selection Loading Transactions
Max Size: 170.10/200 MB

Candidate Block

Mining Attempt 60dc84c395a14c7888443be9041628581c8cae0a5a4f198d96234054ee68b95a
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 6725c2ff250875dc8b1d9ee9a992adacc9e07b4ed9866a326244bc58dced21f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.10139401 BTC
Feerates: 477.45 > 10.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (336,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,523 578,523 0000000000000000001a0c8cf24cfb0e3382f774ab56c8671d24ed8196d7d93f 1,027 1.00/1.00 vMB 102
578,522 578,522 0000000000000000000e4dfcd671af2a803feb59e71421f79d91c1c33c152526 2,845 1.00/1.00 vMB 174
578,521 578,521 00000000000000000018847f00699ecef6e1402132b35c61b927eab0682b999c 2,479 1.00/1.00 vMB 123
578,520 578,520 0000000000000000000df86a54fedbae3fe5a8cb293c70ea38cd999d87a2b0ab 2,832 1.00/1.00 vMB 185
578,519 578,519 0000000000000000001a73f54d112133a07fdf62feb9bc5d46f8c8889fa8254a 2,732 1.00/1.00 vMB 98
578,518 578,518 0000000000000000002483c1589671e78c6d60d8e82734a576c7c8775b7aefbf 3,086 1.00/1.00 vMB 151
578,517 578,517 00000000000000000000387115c40a0890164cafbb9d41f3110909ea5c3674b1 2,845 1.00/1.00 vMB 170
578,516 578,516 00000000000000000020c5475b52f40b48b0fb2b0b7f42b0a7b6ce30a0b5bae6 2,428 1.00/1.00 vMB 123
578,515 578,515 00000000000000000016e234fe052c8797368f15a7d799fa9968dae4daed12f6 2,067 1.00/1.00 vMB 104
578,514 578,514 00000000000000000002d9e2eaecd9d9ddcac373f4973a619fd9a05e73877fd1 2,552 1.00/1.00 vMB 167
578,513 578,513 0000000000000000001c39485c1bf92294d7cdf705d2fdc4f31b967143b84371 2,535 1.00/1.00 vMB 170
578,512 578,512 00000000000000000026306cb5836ddaa3bda0cc51ab14f5410a2b6ecc598a6f 2,639 1.00/1.00 vMB 109
578,511 578,511 0000000000000000000fc37c53dd41d13685ce55ff9627735b5bae11a643f52c 2,898 1.00/1.00 vMB 191
578,510 578,510 0000000000000000000058b76e7ff02f12cc223790ee43f76a32728e4ca166ee 2,835 1.00/1.00 vMB 178
578,509 578,509 00000000000000000016123c524c478c717a9ba4cd9f25853a27826c342ea753 2,567 1.00/1.00 vMB 105
578,508 578,508 0000000000000000001536dbe69bfb860d26005d4ad8b596d4f3ecd88dbc71b9 2,750 1.00/1.00 vMB 128
578,507 578,507 0000000000000000000e55135680a39caf77b78591ed35f9ffe6db2e31685e8e 2,794 1.00/1.00 vMB 193
578,506 578,506 000000000000000000042f5381801e9bcc332ef5234557df9c46f94014fa5cd0 2,118 1.00/1.00 vMB 42
578,505 578,505 00000000000000000004e7e62769cfe020944a8c892db0d6cb1b34dbb8171eab 2,844 1.00/1.00 vMB 152
578,504 578,504 0000000000000000001569f83e7f3b08911290b209b844d960220b6703ff1fe8 2,856 1.00/1.00 vMB 138
578,503 578,503 0000000000000000001cfcfd79454d9474edba70f425be3bc9ac02dcfde81084 2,947 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.