Loading Tool

Explorer IconExplorer

Memory Pool

38,184 transactions
28.50 vMB
0.06127481 BTC
Random Selection Loading Transactions
Max Size: 144.21/200 MB

Candidate Block

Mining Attempt 409cd9626c90a8eaba7a00565c05cbcbb3df17728ee8547200382909165f1b80
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 02b68ca0864bf975cec6261fcf2f5644a1aaab4a809e7249c3e14ae0ebdcc27e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,677
Size: 1.00 vMB
Total Fees: 0.00613493 BTC
Feerates: 60.16 > 0.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (790,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,503 124,503 000000000000138dab7d93c6b6059e6eda9e2688435a3520808a53445dd34a61 10 0.00/1.00 vMB 290
124,502 124,502 000000000000644f3efd0971791294058fc0eb4482f7ba52f7bde0587c05f6c9 15 0.00/1.00 vMB 1,462
124,501 124,501 00000000000067150d45fc2669d071c4ea898f0c020a37ab79c675d8ce4a286d 7 0.00/1.00 vMB 0
124,500 124,500 0000000000001f5b7f86d2ea42c64bc41b2052941f3e50061038174af7e76ac4 12 0.00/1.00 vMB 595
124,499 124,499 00000000000032ffd71c7afd61f3bc4cb079026741636100c6005c77550d4e36 31 0.01/1.00 vMB 0
124,498 124,498 00000000000041b411cc1cdbe9b47c9caeeefd68003b9cf43fa10f71dfc09784 15 0.00/1.00 vMB 3,061
124,497 124,497 0000000000000c1cc978f253d0d8a0abe07ff930cbdf30a96fed23028c0d2f86 18 0.01/1.00 vMB 1,447
124,496 124,496 0000000000004743761c4b276f981ebc8ff66fac95623be751ffba45ef0e5e79 31 0.02/1.00 vMB 763
124,495 124,495 00000000000036fd2c6a0df4ecac61db77075a0f65775b2b0c52e344d3c5a3a8 10 0.00/1.00 vMB 531
124,494 124,494 0000000000005d381997c048a0e4ba0413b919f1a25eeac15e113175336a615e 6 0.00/1.00 vMB 0
124,493 124,493 0000000000003f8648e9fd36fad3cbf8352a3d5d693aceb12372d7f512a49820 14 0.00/1.00 vMB 0
124,492 124,492 000000000000577dbe31dbaae76dc4a3e283566973e9c75b70940c767d35e02c 6 0.00/1.00 vMB 482
124,491 124,491 000000000000315b78411931bb7aece5dcf74bd044a410a3efbbe523415b3cba 10 0.00/1.00 vMB 0
124,490 124,490 0000000000004474543629854b56588b8851e387df23f4ab27a41cfb8e2a992e 8 0.00/1.00 vMB 338
124,489 124,489 0000000000002fa7e4c9c475a144864cc613f62b4e7929d41e3111edd395d228 11 0.01/1.00 vMB 550
124,488 124,488 000000000000679221a69b3847f71fb7105b1d3e6c98784720749a9e417ab6a3 1 0.00/1.00 vMB 0
124,487 124,487 0000000000001575d93cb80bf210471f47a0a83528256746dfa0e0d129deddec 17 0.01/1.00 vMB 157
124,486 124,486 000000000000019af1b0db9eb4f7a368e65f33e5a4b21ad6b784efdacc531e72 7 0.01/1.00 vMB 251
124,485 124,485 00000000000022ef37e9b4b6897f9c06e3a5bfcf392223ea029ce42402190529 1 0.00/1.00 vMB 0
124,484 124,484 00000000000005fd2e15bf21701beeb838d2fe49f12d1d0191e8e7a22d2aca05 25 0.01/1.00 vMB 538
124,483 124,483 0000000000004c09186c30b816fd112949bc445c5f1e7fb170e3e424a2d29b3d 16 0.02/1.00 vMB 419
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

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