Loading Tool

Explorer IconExplorer

Memory Pool

23,661 transactions
10.06 vMB
0.06316800 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.62/200 MB

Candidate Block

Mining Attempt e1b276a0c412f68c682a29e6defc6e4f0daf5b04b60be0c9da7e0c409bb61dfb
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root bc58a58efe0ebabfec9757ada8d768ef6a0418562bb66fd4fe5fc6bae112ddb1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.03413736 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (788,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,105 125,105 000000000000327d3ef203aa701d215c7231250d4787642f79b481e35ac5853e 12 0.00 vMB 351
125,104 125,104 00000000000023caaafa01aae09f11bc6fc74af091c4fb56e4f5f7af1d293540 50 0.03 vMB 1,088
125,103 125,103 000000000000306a3edd78461716484171ce996eebb93dae467e596037519bfc 44 0.01 vMB 342
125,102 125,102 0000000000003a20a80cf3728c98a322df3e29995910a8d3ad21e2fabb997991 33 0.02 vMB 600
125,101 125,101 0000000000000baa3f19eb0d1168d6a0558fcd09338d98d5ada1704aaded432a 24 0.02 vMB 183
125,100 125,100 0000000000003ddac149ecf9a72e69744201652ad405a0861d08543f43b165e9 11 0.00 vMB 687
125,099 125,099 00000000000014aa8689cc0dfcffba9ac0f108919eeee827d06a3093fe547fc8 56 0.02 vMB 1,505
125,098 125,098 0000000000002f57c0a01088655a5284c6d2b29fda50d1c3dadf542b6972852f 31 0.01 vMB 288
125,097 125,097 00000000000008b085d325a398406413844352dd544a8dc057c1318ea09d5cb8 48 0.02 vMB 852
125,096 125,096 000000000000296751a1c7017766f417401744ac7678d6df3a9bff5362937e46 11 0.01 vMB 545
125,095 125,095 00000000000001b67b7be1746b0f96672a9482c08d1a10dfe143a2c309418ba6 12 0.00 vMB 0
125,094 125,094 0000000000000592f4f23ae1190ebe46e0da2f7c6ec30b89727613a9f268cc91 49 0.02 vMB 779
125,093 125,093 0000000000002e785a2f2f9d421a4c4fafe840b7feab0d5aed91d0c6345497f2 54 0.02 vMB 1,139
125,092 125,092 0000000000001266fc51b89c1ddb8b9b156cec387078c4be7b120288b613e864 30 0.01 vMB 0
125,091 125,091 0000000000001b304bd2a45935727fcd8c8cff6f6f5f453bcd136e3c00568e1a 43 0.02 vMB 460
125,090 125,090 0000000000000e0bbf946793af295976ec1a79cd8a59c6ff02e5ee25aafb00d0 51 0.02 vMB 391
125,089 125,089 000000000000407f28caed9624f5003af056b69048e15d84b4522c5f231c7f89 40 0.02 vMB 612
125,088 125,088 000000000000076e38b6b5c319e96345fa0dc616590457a74d68050c23591f97 12 0.00 vMB 1,262
125,087 125,087 00000000000027341757318360af745708011b03753a3f4e4a149d8456c0b3f9 8 0.01 vMB 763
125,086 125,086 0000000000001be2c55aca17340aa5aaa12def058053dda43091745c7c397a78 35 0.01 vMB 71
125,085 125,085 0000000000000d194530cc544d5f5591bd4ffeefc097afb5a1dcde3cc605ed28 61 0.03 vMB 686
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 279.70 GB
    • Received: 1.10 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.