Loading Tool

Explorer IconExplorer

Memory Pool

28,651 transactions
12.73 vMB
0.05189374 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.15/200 MB

Candidate Block

Mining Attempt ba881c203e45c792394e0e63c7f8ad041ad9d71b1a8a77c0775fc66a4eac8120
Version 20000000
Previous Block 000000000000000000013a4c1a56173aa2834c4aeca141040f95eae60bef6c7a
Merkle Root 1919760a4a8a251a0b8c3d283dbec62f42474de636bfc9df39951c0aa09f5549
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.02139209 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,350 (783,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,286 130,286 000000000000179b8a71a21583a86d423313492ce4d0874c95f3b2c751c6b601 35 0.01 vMB 802
130,285 130,285 000000000000164fa9a50d4193e608c9437bdbc581b93b31bd873f8347ed4a5d 27 0.01 vMB 1,241
130,284 130,284 0000000000000eff11eff5e566fc257571a3c681b9afb8502b6417986ba5df75 1 0.00 vMB 0
130,283 130,283 000000000000064a836301957d1426d355052c1b2a62e673b1d3a51742f59310 51 0.03 vMB 676
130,282 130,282 00000000000004e7bfdb0a5ae0c8027856c72a7f08c0db1aa93e829d043e4dd6 22 0.01 vMB 576
130,281 130,281 0000000000001902676e38fbd9a9a0085665951072f448c6a898403b57f18760 65 0.04 vMB 1,763
130,280 130,280 0000000000001910b221c1e08686b6979f3cd76b5f5a6e7d2b46c6e28fadb7d7 15 0.01 vMB 1,456
130,279 130,279 000000000000163eda44e4fd8a20110dafe0f7ac5c5b3ee36f24f2ccad7f78a5 112 0.06 vMB 608
130,278 130,278 0000000000001868ba6b10db8ae44368bf2afc31df29fac05a672a2ce6e8171a 24 0.01 vMB 2,147
130,277 130,277 00000000000001b7462ae9fb385dfc37d64561382dddbd63dc4183cae78bfd60 29 0.01 vMB 1,029
130,276 130,276 0000000000000eed9b91ec7fb926de1540196729075944a0dc983850267a9474 24 0.01 vMB 1,453
130,275 130,275 00000000000005bc2c801cf795dbf429b9d8771f3c4711195d534bdb388b16a7 12 0.00 vMB 348
130,274 130,274 0000000000000243e4274c8bef95c1c8372e7bf0e2919eb8f46a4f79645f8a4e 73 0.03 vMB 1,327
130,273 130,273 000000000000181a86933d1b7dbde50b0b041e9d4e063387a6c6fbccc50ba1bf 135 0.05 vMB 577
130,272 130,272 0000000000000f869d27293b28032dead0971a9cecd27097aa8f0f229dbb0e1a 47 0.02 vMB 1,029
130,271 130,271 000000000000160fdae2579d4ad0d10f5a04996f51a017e37cf3d7406a89f40d 17 0.01 vMB 780
130,270 130,270 00000000000005facb5a54311f3527c4fcbec7c599a2593bf8ac95676b4af543 24 0.01 vMB 351
130,269 130,269 00000000000016a25cc0b3f6b4ed049ce9b0efd854594f880683f331e703ad18 15 0.01 vMB 2,143
130,268 130,268 00000000000012b7b4e6219450c1e4bdb4951ecdf23df054a0463d6424b5c86c 31 0.01 vMB 1,148
130,267 130,267 0000000000000698dcd38a3b6ca3a65896ac5c9d0b57cc257e04206a0d54e72a 48 0.02 vMB 1,104
130,266 130,266 00000000000008f2f3cde61e5591b174900e473a2340b15da1fb771bd3599eb9 51 0.02 vMB 566
Previous 10 blocks ↓
Total Size: 779.47 GB

Node Details:

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