Loading Tool

Explorer IconExplorer

Memory Pool

88,849 transactions
33.19 vMB
0.19779627 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt b87f0cab4b33a601dc1984c2c45c1b80870ea36029142491c45247f907f11064
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 676f23e190c8c3c0df07882cdc484484e7e4e4c6332eee466577efc1575743bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.08703440 BTC
Feerates: 387.56 > 8.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (62,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,372 852,372 000000000000000000014a1614053580b47da2b4d001eb9f12057065a36f60c6 2,330 1.00/1.00 vMB 7
852,371 852,371 0000000000000000000243f15882942e7564965825a9d7c21dfbda64917de217 2,846 1.00/1.00 vMB 10
852,370 852,370 0000000000000000000185421f82f053640b389a8f29a93590f02d2e9b5e8000 2,576 1.00/1.00 vMB 8
852,369 852,369 00000000000000000000c3920d7bac00de7806c5da889c554732d15bc5f7718e 2,527 1.00/1.00 vMB 6
852,368 852,368 00000000000000000000898cea586bf5eea6afe56ea104b2aeb8b416617d7580 3,243 1.00/1.00 vMB 13
852,367 852,367 000000000000000000000b24c64d858f5952786e2a43149180c8d7f6f8247faa 2,043 1.00/1.00 vMB 5
852,366 852,366 000000000000000000017b80cd19dc38588bc1adfa7cc3d665f38b06283daeeb 3,165 1.00/1.00 vMB 7
852,365 852,365 0000000000000000000198d72799203a6c12790e627bf7af348b23c6947d2c42 2,590 1.00/1.00 vMB 8
852,364 852,364 00000000000000000002acf99c4c2ddf9db35485884e01e316ffc759198f04d5 3,059 1.00/1.00 vMB 15
852,363 852,363 00000000000000000002aa29a27e4e4a8e9ff731dc9227dd2d23cc8a7b7328f7 3,133 1.00/1.00 vMB 9
852,362 852,362 000000000000000000014c7f90cdf357462f8b98b1b171f084d9c1d678244c15 4,286 1.00/1.00 vMB 12
852,361 852,361 00000000000000000002f3c4fb2db2a6170a8b2ffa605fc5094d3f27d40c3c81 4,333 1.00/1.00 vMB 17
852,360 852,360 000000000000000000002390ea8b1fb4e6075dd4831700ca788ef4d2243a6929 5,565 1.00/1.00 vMB 17
852,359 852,359 00000000000000000002a0005133c5d09ba15b3cc2be4ba42ab6835b65b8de59 5,979 1.00/1.00 vMB 9
852,358 852,358 0000000000000000000115665aa77cabc5d1c58fb45a202e3c60cd81172eedaf 5,646 1.00/1.00 vMB 10
852,357 852,357 000000000000000000019de6ef62fc9f56b019e02ed3e27bba830e6a03d53b0a 4,291 1.00/1.00 vMB 10
852,356 852,356 000000000000000000028b32a5f25109d249f2f03b05739c563d7f355e2f4b15 4,708 1.00/1.00 vMB 6
852,355 852,355 00000000000000000000e2e6737aa6b8b098615d5560b9dbc2d37fb8ae9d30c5 5,005 1.00/1.00 vMB 10
852,354 852,354 000000000000000000013f49a3d72880768c002041c85fd5dd7306f59cf12f77 1,957 1.00/1.00 vMB 5
852,353 852,353 00000000000000000000c01636750d33d99f2c2c9ad647ad87dd5ddf5a16e3c2 2,913 1.00/1.00 vMB 5
852,352 852,352 000000000000000000007be75fa262c5ced9d68895928d40d9199d202849484f 6,172 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.