Loading Tool

Explorer IconExplorer

Memory Pool

81,685 transactions
30.53 vMB
0.08001467 BTC
Random Selection Loading Transactions
Max Size: 187.03/200 MB

Candidate Block

Mining Attempt d8e2bd19820d02213e10b46c2d23addeeae4e8cd38332621bea77017a431b817
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root c2412da7f7530df1b8dc5cb9355c6688e36fbdf43f5390b5b5c9f6754455ae3e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,947
Size: 1.00 vMB
Total Fees: 0.01187974 BTC
Feerates: 151.12 > 1.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (453,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,410 461,410 000000000000000000a0c620583bf271b4a52689d1a7011f207d947b055ac72f 2,239 1.00/1.00 vMB 140
461,409 461,409 000000000000000000ef23f9b9d78e3ea2a106e076e2eb45e4e91cf0f125bcb0 1,081 0.99/1.00 vMB 145
461,408 461,408 000000000000000000d38502e4abd77d2decb29d86050b074df4be7d8e302d9a 2,645 1.00/1.00 vMB 198
461,407 461,407 000000000000000001f51a8ad27b66767add9cd5a65faa7a0ea09c9b2f4165f4 1 0.00/1.00 vMB 0
461,406 461,406 00000000000000000045f82ffadb691367577e37cf9a0e00a52833a2116254db 1,014 1.00/1.00 vMB 116
461,405 461,405 000000000000000001364becc7465d76d0827ff706ba76bee19a15cf5a6fe39b 2,434 1.00/1.00 vMB 155
461,404 461,404 000000000000000000929a695715428b200ce0841a1f752fda1e2de052178117 2,425 1.00/1.00 vMB 222
461,403 461,403 00000000000000000101f26abffff1d9f36fc07a07a163206fc37490ae51c81e 1,515 1.00/1.00 vMB 138
461,402 461,402 000000000000000001b27d5b57575daba73fecb735d307b8fd5da3f33181d570 1,893 1.00/1.00 vMB 137
461,401 461,401 00000000000000000231e5f2c9a0e8b9e13667d3142be73e052805bf27058fc6 2,163 1.00/1.00 vMB 137
461,400 461,400 00000000000000000218542726945e9680db2967bccff0b686dd8a97290437c1 1,704 1.00/1.00 vMB 162
461,399 461,399 0000000000000000008193b96553c24af9f52b609498c0d5644ad633029f70ac 1,596 0.93/1.00 vMB 120
461,398 461,398 0000000000000000021f10e2d50c352fb4e65b3f8b928c11c2754e438c8e5282 917 0.69/1.00 vMB 84
461,397 461,397 0000000000000000003caef3cc9dfe9c4d72c49ad2987d3e7399f8708f94a059 1,577 1.00/1.00 vMB 56
461,396 461,396 0000000000000000017260e3fcf061d502308476e355c4f91bcb26b43dcb01f0 2,134 1.00/1.00 vMB 147
461,395 461,395 00000000000000000140b79843cb23251b443a0eb572fdc038001913d3980147 2,075 1.00/1.00 vMB 135
461,394 461,394 000000000000000000c6d9f73c6c55425aa88532a379b162a8cc2df52b1cafaa 1,919 1.00/1.00 vMB 169
461,393 461,393 0000000000000000003b6894880d0b42e1bea06649b55e03d8c69a1bda0327c0 1,033 1.00/1.00 vMB 83
461,392 461,392 000000000000000000af73af167e6b51dd8b7643aafc6e444f53d89ff4ac5035 2,205 1.00/1.00 vMB 107
461,391 461,391 0000000000000000005ef1a71b263f8f1bce83b2daf72f02a50d79be97375e40 1,986 1.00/1.00 vMB 157
461,390 461,390 0000000000000000005f82c5661d54db9284dab56b2a21926004c748e4d09700 1,529 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.