Loading Tool

Explorer IconExplorer

Memory Pool

78,863 transactions
29.11 vMB
0.09980899 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 9c0458951f1a4466f327b8ae52972d1db19375874c977fdd707d9b86cf85d933
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 2daf85ac6c79278ed525e421e708789290ce0e5579361ad7cdcb046bb7ed65d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.03902009 BTC
Feerates: 137.15 > 3.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (911,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,524 3,524 000000005287f0691e716edb27dfff2ff55f085ddb338657d107db1115aa8dfc 1 0.00/1.00 vMB 0
3,523 3,523 00000000a5409bb66d2e894d3d40713351db62ca9a52c6e4444d12dceada963e 1 0.00/1.00 vMB 0
3,522 3,522 00000000c548782db9a8ddd2a50ea1f26e94e763f3554f3a00b5346e3de80d8a 1 0.00/1.00 vMB 0
3,521 3,521 000000009622c42c81e6a273c65cd28a886387233f1fa1bbd231e957ea891269 1 0.00/1.00 vMB 0
3,520 3,520 00000000be44c8da28dca45feb177c1dde1eac3177605b2ee879aae85a090728 1 0.00/1.00 vMB 0
3,519 3,519 00000000b766cc05d769f86c3f57709358c88aa0f6bdcb2a1d466477575839a6 1 0.00/1.00 vMB 0
3,518 3,518 0000000082d79e9d6230da0d5a541d08a856ff524b91a5ce8294b2d0fe7e3a8d 1 0.00/1.00 vMB 0
3,517 3,517 00000000e04d4895a162fba0fb5fa7199830b698fd164a5cef2b411ea0547d97 1 0.00/1.00 vMB 0
3,516 3,516 000000000a182da448974e74238ec9264c91c81491773fcda40f01c0af842fcb 1 0.00/1.00 vMB 0
3,515 3,515 00000000f48687042f081e01ddfc33f07840e1185cf7a4117b84cd372adcc9c8 1 0.00/1.00 vMB 0
3,514 3,514 00000000ec3b701d4e2c703aac49051bcbebdfa9e3dd5400f819091cdd839d86 1 0.00/1.00 vMB 0
3,513 3,513 0000000014393b3a8f53853a4fead53cb8fa5d6002532b9ce108cb7afce4f209 1 0.00/1.00 vMB 0
3,512 3,512 00000000c4ceb5911cdb091e7983ba557078c4c9e2b4babb490fa84988e783c0 1 0.00/1.00 vMB 0
3,511 3,511 00000000731c945178ae9f7fc84908c9d3d9256b7f44b15aa5ea21e3605c8559 1 0.00/1.00 vMB 0
3,510 3,510 0000000086c0fc142e9b6714c7db710b24ecf8055704e9adc2624c5cc2f9e4c6 2 0.00/1.00 vMB 0
3,509 3,509 00000000fbb7174cd1ee4bf683cb581ec582fabd233cac0447a807cacdca0796 1 0.00/1.00 vMB 0
3,508 3,508 00000000c4c7735e59876521b7a926e46298ead9ebefc5afd4d9a4c834e49218 1 0.00/1.00 vMB 0
3,507 3,507 00000000414f125d89e439ff1bf0054ddda03749674e936ed0471d8760752994 1 0.00/1.00 vMB 0
3,506 3,506 00000000d9f84d2d8e93eaae796359993ee51ea98731be922a91be1f192b36fc 1 0.00/1.00 vMB 0
3,505 3,505 00000000a4adc49cf8b98835b6523c5ef1f27e215077ba9a0fa558c21616d0dc 1 0.00/1.00 vMB 0
3,504 3,504 00000000e67274b76b18b7cca97c9be3aa3da97da4b2118a069931c07438df14 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.