Loading Tool

Explorer IconExplorer

Memory Pool

78,815 transactions
29.19 vMB
0.09520494 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt 5bad05fb0a9c5ecc89cb8783470d5a76b035247d5b5226930a177e0695a16147
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1e3bd254573a1bc9a5f4eaa6ffd2ce93ced89604d5e7beb4729d1b8554f81e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.03408195 BTC
Feerates: 477.45 > 3.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (241,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,380 673,380 000000000000000000016aefe83ca7922105d7299757f625807b183f9c3ff898 2,079 1.00/1.00 vMB 26
673,379 673,379 0000000000000000000c009704b309ade47b50055bfc1980a01478f23482f8a7 2,152 1.00/1.00 vMB 33
673,378 673,378 00000000000000000001faf0b1499f7ac4c8eb89e092a239f845f6330ed2aa4c 2,370 1.00/1.00 vMB 81
673,377 673,377 000000000000000000041d1bf7fd5d57b2e9cf066f9600b4bfba5fdb96f2494c 1,885 1.00/1.00 vMB 114
673,376 673,376 0000000000000000000bd07d65ea54705a5f441e43d205cb9c080ac852f8013a 2,303 1.00/1.00 vMB 15
673,375 673,375 0000000000000000000c41972a9e1ea45cef4abc9d4dc98f4db50f83eb290d40 2,635 1.00/1.00 vMB 75
673,374 673,374 0000000000000000000cf74e6f196feac616026fb6fa4d33b7f8e1773e5595b2 2,204 1.00/1.00 vMB 36
673,373 673,373 0000000000000000000bbad3f868f5feb279ac6c7dd782d50b68cb0444c49d03 2,392 1.00/1.00 vMB 65
673,372 673,372 00000000000000000004b141b73b99dd77c53b63788bc75f2fdc6061be45a217 2,051 1.00/1.00 vMB 75
673,371 673,371 0000000000000000000aadad44100e03186351dae38abc52a4f55963150a8b9d 1,562 1.00/1.00 vMB 38
673,370 673,370 00000000000000000009af491d4892b40d4d25065f60e578e14d09b7f2712773 1,670 1.00/1.00 vMB 53
673,369 673,369 0000000000000000000676f9ede272ad34030609995867267e8f0839e12fb445 1,537 1.00/1.00 vMB 17
673,368 673,368 0000000000000000000cf5c5bef6215f8549fe1010662e3eabe2c849bac34922 1,632 1.00/1.00 vMB 69
673,367 673,367 000000000000000000001fe912d0f4f4a046b6abb6ca2894902445e384a6a985 1,093 1.00/1.00 vMB 30
673,366 673,366 0000000000000000000722f1f1d4f90ed73b37065fd6d445d3f51b839e5c9c7a 1,244 1.00/1.00 vMB 34
673,365 673,365 0000000000000000000c6e7e5f863f2f5f92a29d31569ae99f7c856b218249ff 1,196 1.00/1.00 vMB 20
673,364 673,364 0000000000000000000a883a3094624a6c1eea2d367ff8455d0d0fbbaeb4ef36 2,874 1.00/1.00 vMB 36
673,363 673,363 00000000000000000007b6701d92b593ccf4257118dfcdf313ad0c39a26c66fc 1,440 1.00/1.00 vMB 40
673,362 673,362 000000000000000000000d1cf0dbc080edf1487c195397e5eddd7119ddaa80ad 1,066 1.00/1.00 vMB 11
673,361 673,361 00000000000000000008087682d3c09a12c51a9e46524a1ac9d80964245e290e 1,097 1.00/1.00 vMB 26
673,360 673,360 0000000000000000000bdb06e7408e178f15ba940cc5bdb5b249c21371bd0a1e 1,742 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.