Loading Tool

Explorer IconExplorer

Memory Pool

36,426 transactions
26.13 vMB
0.06970525 BTC
Random Selection Loading Transactions
Max Size: 133.46/200 MB

Candidate Block

Mining Attempt 8f8db710c03bc933c3cb87257d3f6e162c22e9535cafb434af2f59950d3dd697
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0d8bc2fd4e74f700471e4249ba36f80e3e68f52cec5bec16bc433a1d697a3bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.02141160 BTC
Feerates: 152.71 > 2.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (529,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,127 385,127 0000000000000000062216a0cae47b03fcf83241c7a97379aab08b78fedf4e8a 843 0.36/1.00 vMB 33
385,126 385,126 0000000000000000024635f7b784f5fdbc922c6e0127b447f6aeb9818618b4e4 487 0.22/1.00 vMB 31
385,125 385,125 00000000000000000a8472bba2305fc43e93e2fd8f13abd1e0cdc9640e2c01fb 988 0.53/1.00 vMB 33
385,124 385,124 000000000000000005eb661a7bbd0b3245844fd1e9219a5fc3e87875e890f028 1,374 0.87/1.00 vMB 22
385,123 385,123 00000000000000000e795393f31207d7654816e0918ba07891d8b78feeb07081 2,640 1.00/1.00 vMB 43
385,122 385,122 000000000000000003bf439bc5cb16179901b2a3eaa3bfdab3bacc4e26d30744 344 0.19/1.00 vMB 26
385,121 385,121 0000000000000000054da3bd64d2e6d415bfccdf50fe611523a8ef242f026b22 669 1.00/1.00 vMB 6
385,120 385,120 000000000000000001be51d2f9dbffd7605cec86433a5889181ca8c3b5917ee4 575 0.27/1.00 vMB 31
385,119 385,119 000000000000000008cd594ba6601fcc5e9e919b30630076c64657209b13c7b4 1,536 0.72/1.00 vMB 34
385,118 385,118 0000000000000000034a79d4c8e3a2fe37379e2536283ad71612919ca15b0828 1,948 0.99/1.00 vMB 35
385,117 385,117 000000000000000006dfec100f66fed92b7642a1f5426dd8801b0121665f4d2b 1 0.00/1.00 vMB 0
385,116 385,116 00000000000000000d8b286f29ebf5fb079c0c85c627ac78faac2c68a647d38a 1 0.00/1.00 vMB 0
385,115 385,115 00000000000000000a8b0249aafd0c992356c203c51a4bb8770043699295041e 1,138 1.00/1.00 vMB 14
385,114 385,114 000000000000000008b8d82355658a53f35abc7a0a0705a3df9dbc5763eb7e1e 1,986 0.75/1.00 vMB 45
385,113 385,113 000000000000000004398a4d84a66497543900c0bc6b1c9326f425ec6bc5b0f7 1,319 0.93/1.00 vMB 28
385,112 385,112 000000000000000007415850cd98401d4d7568263919a1607a2e62b4e720448e 1,401 0.99/1.00 vMB 25
385,111 385,111 00000000000000000d5587d2df7516e1952ad95a4b30c37c80ca19c3493d7563 1,575 0.75/1.00 vMB 25
385,110 385,110 000000000000000006f139637965155456b3ae24a974dc80f352d60e2907cc11 2,936 1.00/1.00 vMB 51
385,109 385,109 0000000000000000010cf5b5cfb8aa5a1a96b649ddf1fdd64ea6f54c93d02d27 1,847 0.67/1.00 vMB 50
385,108 385,108 000000000000000004393fab2d328849f390df0848d0dfab0d846e18be00fe3e 1,064 0.48/1.00 vMB 34
385,107 385,107 0000000000000000042c645e4f6891c10b7f4ea28437c23eee2efb9c37c8808e 1,280 0.56/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.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.