Loading Tool

Explorer IconExplorer

Memory Pool

48,381 transactions
29.26 vMB
0.07263414 BTC
Random Selection Loading Transactions
Max Size: 156.34/200 MB

Candidate Block

Mining Attempt 3071a8c6aa97ae0df121be6e9baaa307b22d8ce4b2658844f1f9e74e807af55d
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 18713250aaa597ad332270fbafe5208ba2957cb06f484c97b9cc83234541c426
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.01604329 BTC
Feerates: 132.00 > 1.61 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (442,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,323 472,323 000000000000000001233e79ef63c9b4d19f368172de13eca8d9c319ec90a3ab 1,548 1.00/1.00 vMB 325
472,322 472,322 000000000000000000eb50bb62fb50364f64f3c60711cf2785d56e971428db2f 1,861 1.00/1.00 vMB 418
472,321 472,321 0000000000000000006a2eda4296bd856671789198cfbed41b44eb0b81e350af 1,685 1.00/1.00 vMB 214
472,320 472,320 00000000000000000166926f69ff9fc9e1888da29ed7ead047e861e08adbf80b 1,268 1.00/1.00 vMB 214
472,319 472,319 0000000000000000005a82e33d810ea74a63758b1177eb6138affb23af8a7f5a 1,677 1.00/1.00 vMB 278
472,318 472,318 000000000000000000f3d9b89df525ebc5cd1875d22d7df63a216b0d2295e2d9 2,102 1.00/1.00 vMB 343
472,317 472,317 0000000000000000009e62f5f10091df3b4d6d2319a25f372bc996a0b44b90d5 2,050 1.00/1.00 vMB 333
472,316 472,316 000000000000000000d6868d2fa5d1070eba4c5f44de580fc4790da139292558 2,008 1.00/1.00 vMB 227
472,315 472,315 00000000000000000078f8b9d21d342076043b3577fbe84c4ef79e11c8b3779f 1,527 0.75/1.00 vMB 380
472,314 472,314 0000000000000000017f8d94e6f63c7838cb3ba4543115c70afb338ee9424c32 1,693 1.00/1.00 vMB 262
472,313 472,313 000000000000000001078ffb399e9bc55f10caa9b3a02699660406cfdd916f4f 2,035 1.00/1.00 vMB 302
472,312 472,312 0000000000000000002be3aa073b48deacd4025ab16719914a8d7c1d35391985 2,013 1.00/1.00 vMB 435
472,311 472,311 00000000000000000035ce806dee4a5d0c5225163c228269dd80433ee77349a9 2,124 0.99/1.00 vMB 401
472,310 472,310 000000000000000000dc760cbcb912494b3f01259e29961c686d905a1f6e0d66 2,184 1.00/1.00 vMB 419
472,309 472,309 0000000000000000002fef934eec76cf65cb48b82a1a927ec425a748261b6edd 2,396 1.00/1.00 vMB 440
472,308 472,308 0000000000000000017a8ae60e61ee34e1e092f90e9d2fd309f9e000e20fe2d7 1 0.00/1.00 vMB 0
472,307 472,307 00000000000000000150ff561d6b2352f15c13aa0691681d655d3082c9fd397e 1,935 1.00/1.00 vMB 277
472,306 472,306 0000000000000000010971992b8d1fe8c4496393e3fc4d044d64b2a75848ef41 2,523 1.00/1.00 vMB 291
472,305 472,305 0000000000000000006e0eedab30cee8fffa89cc5c6aa67824ead0adceb362a8 2,037 1.00/1.00 vMB 324
472,304 472,304 0000000000000000006a564fba8c7675eb1021e0f84af13e725987b281f2db72 1,895 1.00/1.00 vMB 366
472,303 472,303 0000000000000000001360da635c40119493cdb069e70576227d3a305f14090c 2,157 1.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.