Loading Tool

Explorer IconExplorer

Memory Pool

33,456 transactions
8.01 vMB
0.04241082 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.52/200 MB

Candidate Block

Mining Attempt 0158e1108d136fde6af8428c578148ba1d50fb4742917bc3330248379faaa404
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 36c5531b0aa72f593de1a50493d029e09b0dd696806b5a2cbad20c805383aa48
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.02186176 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (756,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,528 156,528 00000000000005b3f3df2a686f5a8a757a07b59e043980028c8f353883c9a4b1 0.02 MB 35 225
156,527 156,527 0000000000000a6872ff3e6c989b61eedad2436fde75097b1d2366cf7a3a2fa0 0.00 MB 1 0
156,526 156,526 0000000000000f42d89484b57d0932352687c8236a0d9d479a83fd93f32ec497 0.04 MB 71 193
156,525 156,525 00000000000006fdedcf5997aa10d5d2b0a3d8b5e72a9e716a01f7742ba493fb 0.04 MB 146 8
156,524 156,524 00000000000005711dde21df761c0664a325c14ce816b2d982f16be78a095ef1 0.01 MB 16 157
156,523 156,523 00000000000000f2a88974ffa55e5224379fb625c8e2838af07b84a703b820d4 0.01 MB 24 383
156,522 156,522 0000000000000e5b238028daae468fab30c79a8218b8cfd6b8fcc0808db89698 0.00 MB 19 91
156,521 156,521 0000000000000b1d5cadb67c173bdb3ddc0f9a7028bcc210f45699644a97c72d 0.01 MB 15 9
156,520 156,520 00000000000006a03506775ca826ad4d64e4837ff437b4ce2e1ad252ac365365 0.02 MB 53 132
156,519 156,519 0000000000000a9f8277364d3193b0e74c560dbb96ef8f17c8fa00cfcae9da17 0.03 MB 62 208
156,518 156,518 000000000000037d4e9c02a28ffa4a8b0e6c1f6d9aafea11d089f0f9ab605aa6 0.05 MB 81 196
156,517 156,517 0000000000000a6aaf70dd994dae422a96b68852423e0eea51734a7dcb8244ce 0.03 MB 34 30
156,516 156,516 000000000000007488544e4f8c777e91aad6c2b0e769e6dafe9ec8b7b2340287 0.00 MB 7 23
156,515 156,515 0000000000000ceb0aa13319ecb49335c24f9ca5052517efe47303a55db458e0 0.00 MB 10 56
156,514 156,514 000000000000011a1bc4d33a9a3c2b3b99a4e4a9c9da8087b7335418f75a65e2 0.01 MB 22 61
156,513 156,513 00000000000001b10dbf18a78871b056cd7976e87841461622f8bd6db415a94b 0.01 MB 28 237
156,512 156,512 00000000000008cabe24504e68345d70a7b0e327f37650185360d4c7c012a1a1 0.04 MB 75 17
156,511 156,511 0000000000000cec4b1092db2a882894d45ca33c9136ad13031296ee54b7923e 0.05 MB 146 144
156,510 156,510 0000000000000ad68171ba9ae4a75f99943a9fcceaa62f1c0f392d8d5906d29b 0.00 MB 13 0
156,509 156,509 0000000000000f4bd895b218e4ce99a5105240d227823150f6e2022c31870461 0.02 MB 47 98
156,508 156,508 0000000000000c1b16e333f4f66fe0618f4fa5457390de7b7f130b256a921658 0.01 MB 20 0
Previous 10 blocks ↓
Total Size: 778.78 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: 354.26 GB
    • Received: 3.13 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.