Loading Tool

Explorer IconExplorer

Memory Pool

39,790 transactions
28.61 vMB
0.07563006 BTC
Random Selection Loading Transactions
Max Size: 145.15/200 MB

Candidate Block

Mining Attempt 898ab6568cae15e2818414de0e4f918aa77a4ba9a2a14159d2eb47232635e938
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root cd128ac26e80b34aa1050023d20319049eca42dd615a617ca5807dcc10c5f854
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02026213 BTC
Feerates: 150.93 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (504,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,280 410,280 0000000000000000026aef2921b6f3dcfd7b63f1c004509a3b3e8105adae98a4 1,464 0.60/1.00 vMB 36
410,279 410,279 000000000000000001afa8e91dbbf1d0018a315645ed877fa6db94fd6725c6b6 2,111 0.83/1.00 vMB 39
410,278 410,278 000000000000000005a480261c3a0f6f620d49b2d4ba1a3d16dbc6036ce09a6a 1,149 0.79/1.00 vMB 25
410,277 410,277 0000000000000000058c6e08e5f41f7da564624e72a77d71f9b9ffe5bf33e6aa 2,362 1.00/1.00 vMB 42
410,276 410,276 000000000000000000534c1c4d3db44eda375f399af4c6f73788bcc9a2fdf6e1 2,391 1.00/1.00 vMB 38
410,275 410,275 00000000000000000538454b34263d8e1c5b4e761a5324e7de46ca33599edbfc 2,273 0.75/1.00 vMB 51
410,274 410,274 00000000000000000219b681a8e217440d7c9663ad61cea38f1cbf3e1fdd2752 742 0.36/1.00 vMB 31
410,273 410,273 00000000000000000009fb1549565392205b62df83069954b3f7d365f60ff49e 1,194 0.42/1.00 vMB 42
410,272 410,272 000000000000000003072e9ff852fd2cadb2608f8b92b6ab67e9737f49b41c71 15 0.00/1.00 vMB 115
410,271 410,271 000000000000000002371bcc402017b254e1bb014c882c80a18f38a5ffbb7ea7 326 0.10/1.00 vMB 48
410,270 410,270 00000000000000000480aa740bbf45e7c8ed8c1e1a4bda7df40a4d0cc05f8aad 1,891 0.95/1.00 vMB 38
410,269 410,269 0000000000000000046c721b7fd8b79a094f28fda9d6cd9684f75bcbb127b198 2,574 0.99/1.00 vMB 41
410,268 410,268 000000000000000004585462c2c3b417b73ce825ab54cd84bb648e361cd0bb27 2,957 1.00/1.00 vMB 47
410,267 410,267 0000000000000000030a01b825f23975a40d1c5eeb7f5f899d47b299421cb197 859 0.32/1.00 vMB 44
410,266 410,266 000000000000000005176f2ee1ae9d38bcdede04f65c4cbde53c92728d3903ac 40 0.01/1.00 vMB 31
410,265 410,265 000000000000000005661784907ee1f4be8b57ee11392e07da9cec3a5e27ad48 1,452 0.89/1.00 vMB 27
410,264 410,264 00000000000000000340c84ca1336eaa91685aba43b2f9e585926a411969734f 396 0.18/1.00 vMB 38
410,263 410,263 000000000000000005b9f8c4505f251c93962b8f7d9a5e4cea60819ae79cc7df 1,068 0.49/1.00 vMB 34
410,262 410,262 0000000000000000025997f405f6173131efd1827c7c28b173a07264f30e4e48 671 0.34/1.00 vMB 37
410,261 410,261 00000000000000000498ba03fb2ac3768c2a7700e113f92550ab54b0c66b1800 1,504 1.00/1.00 vMB 24
410,260 410,260 0000000000000000005b8bed3ae7ed47232e281da18d3439e680eb2b062abd6f 83 0.03/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.