Loading Tool

Explorer IconExplorer

Memory Pool

46,209 transactions
28.17 vMB
0.07462658 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 319efc0fd6f01f4f67b3ffda9b5e6e1ed88bfda8d1659d4a89af480c0b767f28
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (570,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,014 344,014 00000000000000000a4c4518728de48f788b0a118752d6701136f9ad971e1332 165 0.07/1.00 vMB 27
344,013 344,013 000000000000000009365d0d14f6e0e9555ff5abfdb472f3442f375f21a0d332 1 0.00/1.00 vMB 0
344,012 344,012 000000000000000006d17529df799bd2b3d938bb8a354f9cce28dff06449085f 742 0.74/1.00 vMB 12
344,011 344,011 0000000000000000085a3f07f603cd76e7634fbb379ab60da552b33aaf7d8abb 931 0.71/1.00 vMB 17
344,010 344,010 00000000000000000efa953f86594a5a55187b6f3eadd5a73633bdc74ef08f85 658 0.42/1.00 vMB 18
344,009 344,009 00000000000000000d71a0ab5f7176171908c586a0c741f00e45538e989445da 312 0.13/1.00 vMB 65
344,008 344,008 000000000000000011e2c51d1e16af1e9f6dd4033d9a83ee1daf92c1e966c605 689 0.36/1.00 vMB 28
344,007 344,007 00000000000000000de8579592f251f15ba2a7604c0e59e520cc77208b885058 42 0.02/1.00 vMB 38
344,006 344,006 000000000000000014a2a571bb8f3d609bbbc2cc6bca97f5ec6df5acfd75f4ff 406 0.20/1.00 vMB 27
344,005 344,005 00000000000000000fe06d072f98a176d701404658e8bf8841a5e12b1985169b 177 0.14/1.00 vMB 16
344,004 344,004 000000000000000016b69f45f4cf8d136b9a3e6da01f781975195a8739615f97 351 0.18/1.00 vMB 25
344,003 344,003 0000000000000000091903ffcd06841fa6ff4a5102c601d7dd6cf60dc8be1be2 641 0.57/1.00 vMB 15
344,002 344,002 000000000000000014f8f20797081bd0f9329009f2f28706d14efaea730608da 64 0.04/1.00 vMB 27
344,001 344,001 00000000000000000b7c96af32f1e4317e3069ea4bfb02697caa6dbde7216f9a 1,203 0.75/1.00 vMB 24
344,000 344,000 000000000000000005f0a16f5a9f95eeb95c5eed0eb221e8f5dc5a9943a03aee 1,335 0.75/1.00 vMB 25
343,999 343,999 000000000000000000ea7df29c44052b4f5d4d1d526f6bd92e1810ab92ab1add 512 0.18/1.00 vMB 36
343,998 343,998 00000000000000000e1ed33edbbc42c8bf85f4d8ac7dd6788e52f15a163285bb 1,383 0.75/1.00 vMB 24
343,997 343,997 00000000000000000e7ed1a77caf92fa4584f4d9cc98282256fc5040cbc6c497 1,534 0.90/1.00 vMB 34
343,996 343,996 00000000000000000c3f24de3c81cd22c3ae344d5bd5205b7e76061561c1fcbb 29 0.01/1.00 vMB 24
343,995 343,995 00000000000000000385ab43be593a093f00b66962c22f41890d513625efc841 1,122 0.64/1.00 vMB 23
343,994 343,994 0000000000000000097e1ea107576f2ba97b5bb6d7fc02add0437edcc01fead9 409 0.22/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.28 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: 656.76 GB
    • Received: 14.43 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.