Loading Tool

Explorer IconExplorer

Memory Pool

82,632 transactions
30.66 vMB
0.08033052 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 1b27dd9ce1dae4651af1e9dbb11ff29ed3bd36d65dcfc196720b95b8016e4200
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 8093575c639be6f56849ea44248e5acf9721d3f772dc48e34e02faefb4164014
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.01106431 BTC
Feerates: 40.21 > 1.11 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (437,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,341 478,341 000000000000000000afa6c541502a8dae5ad028908586b87e19e3fab60c9ded 2,108 0.99/1.00 vMB 171
478,340 478,340 00000000000000000011fb83d5bd093559beae3b4d5b2fc19597247c934c487d 2,403 1.00/1.00 vMB 196
478,339 478,339 000000000000000000212a8e4c998fd64468d1dbdac3bba8040e304aa2463931 3,664 0.99/1.00 vMB 201
478,338 478,338 00000000000000000111f810338b2f04408c47e4672285492bc3386983e8f34f 2,074 0.99/1.00 vMB 220
478,337 478,337 00000000000000000005f24526db82772216a5264e3a1f5dfe29b40c74441806 3,353 1.00/1.00 vMB 219
478,336 478,336 000000000000000000a4f2fe99053534193294a8d9979574e9dd4e15426a5f6a 3,774 1.00/1.00 vMB 178
478,335 478,335 000000000000000000047de402de1b626b6d4a424401abf00b9fc1f2d378b043 3,292 1.00/1.00 vMB 171
478,334 478,334 000000000000000000e95e3269433e95d9f6e4c6ebe405dcbbb942eccee6c9a0 2,946 1.00/1.00 vMB 199
478,333 478,333 0000000000000000002ae705d7e5ca9f5cb3cc144438c147929957343870c0f4 1 0.00/1.00 vMB 0
478,332 478,332 0000000000000000012bb8073eae456fdd5b354f1a43052fd95cd83b9a3a5853 3,880 1.00/1.00 vMB 171
478,331 478,331 000000000000000001297a8981bce37a73ee95caa66838ed1eee83c06b81b641 2,157 1.00/1.00 vMB 199
478,330 478,330 0000000000000000000c251bedb28b035e13c98efbe2c21515e9f97b695191a6 2,071 1.00/1.00 vMB 153
478,329 478,329 0000000000000000011a1919731500c41ae3db62c6677f299b9f0455f02119ae 2,763 1.00/1.00 vMB 166
478,328 478,328 0000000000000000006d9d52c3719d17cce8c2b12e4a126d9aebfdbb06740d24 2,256 1.00/1.00 vMB 196
478,327 478,327 000000000000000001255b184e08649ebff31d800505367c807b5bc9dca11914 3,298 1.00/1.00 vMB 187
478,326 478,326 0000000000000000001451e7d4e5161f30b81d446b362b31b31e971ad2c50ae4 932 1.00/1.00 vMB 58
478,325 478,325 000000000000000000dc6fa3e0f1a9d8c6bc52459b44654577a6fd44b8cdb985 1,652 1.00/1.00 vMB 135
478,324 478,324 0000000000000000000979ceda25b09036d99a7334fe747f971cb117dfc9e3b9 1,224 1.00/1.00 vMB 64
478,323 478,323 0000000000000000008ae0082db4a6f911204a64576038438b723cba96ba18ab 1,701 1.00/1.00 vMB 124
478,322 478,322 000000000000000000b98cc9f6d6d71bb1719f289ad96de2d92292ce9233287c 1,556 1.00/1.00 vMB 164
478,321 478,321 000000000000000000f5c8936e44c8eacb973e26c480f4d1065bba44aead4976 1,401 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.