Loading Tool

Explorer IconExplorer

Memory Pool

31,114 transactions
13.33 vMB
0.15083111 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.55/200 MB

Candidate Block

Mining Attempt 47cb3d6d3e8d0309b03278a69ff76f43aa0e31c478349cec967f3902de8c6474
Version 20000000
Previous Block 000000000000000000019f6c5040172d78ebbd4b210c527f6cc5c13f4a0ae2f7
Merkle Root ebbba06dc6f8d848afe560fa7ca809c6e56587be9010212fd291c59c91b9d6cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 0.9979045 1.00 vMB
Total Fees: 0.12267711 BTC
Feerates: 500.00 > 12.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,759 (760,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,473 153,473 00000000000004e7877912f365777b64f648b8bd6d4667446862295080bd5b4a 27 0.02/1.00 vMB 58
153,472 153,472 0000000000000072276f41aa58592e01a0b4ac2d50d22241998f51cb984cff0a 158 0.05/1.00 vMB 1
153,471 153,471 0000000000000b94b80f4b30c03cdcbd56aa40cac22e7683cc6376187fe6fba9 12 0.00/1.00 vMB 12
153,470 153,470 0000000000000475ed3be9ae964e8557be82001e7170b07b5c0ffd33cc45c644 47 0.02/1.00 vMB 78
153,469 153,469 000000000000099088ac20511045eaa14ca7c96276caf88114b5a1794f0ffd4a 40 0.02/1.00 vMB 359
153,468 153,468 00000000000000fc78e4f97e007ced4bfeede128f6bce59e8cb300d108d7c92a 30 0.01/1.00 vMB 79
153,467 153,467 00000000000001f62d651504c11d2b2ab8cc12a7d0d37c67c937ca84df678d6c 43 0.01/1.00 vMB 84
153,466 153,466 0000000000000193c52216f71a79e1312cb08693f60804c8efb385b921507a02 85 0.05/1.00 vMB 178
153,465 153,465 00000000000005896ae422ea59f36236b36ef46c01bd9ca1e3849c53e68f59f6 21 0.01/1.00 vMB 8
153,464 153,464 000000000000082e306f35451f71d28bf969f8f5d583252d0737d8190d01d88a 107 0.04/1.00 vMB 61
153,463 153,463 0000000000000506c03d797da8d0a652a15d14aa3e109e1762f243e020d0827e 14 0.00/1.00 vMB 77
153,462 153,462 000000000000045c5a1c8207507f50861028c0ef5f4e8d1b1f863467436534d3 73 0.02/1.00 vMB 44
153,461 153,461 00000000000001e1f526269904e606ba635947b13c2314197f8933d68ebee938 10 0.00/1.00 vMB 0
153,460 153,460 0000000000000ae6482457f51af5b438b8b82690d3d30e9b23cc54b0e48ad8df 83 0.03/1.00 vMB 77
153,459 153,459 00000000000006d3d53740ddf8dfa28ddc6768a3613ef5d533bff95160c4f183 17 0.01/1.00 vMB 125
153,458 153,458 00000000000007739228e4fc1bccf1afc45c44865dd151a57ff84f47a54d3fbf 37 0.02/1.00 vMB 67
153,457 153,457 0000000000000634c87c236a1199fa74cec14820940a6c913813e193f9e51179 8 0.00/1.00 vMB 0
153,456 153,456 000000000000023ee1c53ce60341dc97d2f3095e85ccb6a18ec836024e252ad3 71 0.03/1.00 vMB 15
153,455 153,455 000000000000062071e6a37e141e31a34962161c33063d59524d67349dff9fa8 30 0.01/1.00 vMB 103
153,454 153,454 0000000000000bd45b510077e25d195ddbb1911d1ba2a7d272645b33913d7f83 6 0.01/1.00 vMB 247
153,453 153,453 0000000000000b38bfd06516e5bab12a464b80273ff317b6f914eba8ee63d239 15 0.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 780.19 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: 505.44 GB
    • Received: 4.02 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.