Loading Tool

Explorer IconExplorer

Memory Pool

44,896 transactions
27.42 vMB
0.06821052 BTC
Random Selection Loading Transactions
Max Size: 145.06/200 MB

Candidate Block

Mining Attempt 1dda8347830f8c04c9af209e55731bfd61120376f5d743945d24332a5ef96ae9
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 7405b27d7bdeb519ffcf08e65dd2a8a38df68b38fde1b3ddab47ad68b0e2d5e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01662459 BTC
Feerates: 200.99 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (329,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,280 585,280 0000000000000000000f89e5d6a8df2f077b05af56874410e5309cdf10e7d3a9 3,143 1.00/1.00 vMB 17
585,279 585,279 0000000000000000001b700f50a928843778b4f87b051fda52dee90b21086b8a 3,024 1.00/1.00 vMB 52
585,278 585,278 00000000000000000005692defa380f24ec6a7b3868518e30f8fb57d4c3b526e 2,299 0.84/1.00 vMB 23
585,277 585,277 0000000000000000000575923121dd9c1a4d566a5ee424674faeb65c527706e7 2,867 1.00/1.00 vMB 38
585,276 585,276 00000000000000000018b7eba4ba5867f6618774ddb00d799a589f73934ada58 412 0.14/1.00 vMB 21
585,275 585,275 00000000000000000000e008d37b7100344fbeb9f5140a5d9a451de04e3a833a 2,827 1.00/1.00 vMB 10
585,274 585,274 00000000000000000019f9d2cc3667a1ea31a738fbe3135f24ebf9ce87331e2a 2,168 1.00/1.00 vMB 52
585,273 585,273 00000000000000000012e81e5f3b87fe8b9ef55c7405f23853aa2d65db452c95 3,234 1.00/1.00 vMB 64
585,272 585,272 0000000000000000000439dfb686c5e9209b07a7851645813f63d0a4ea017be5 826 0.26/1.00 vMB 34
585,271 585,271 00000000000000000013cb7417ead280e0bafa0d14132717f4678082301b783d 509 0.19/1.00 vMB 38
585,270 585,270 000000000000000000073bebcdb8c08912eb0ac54de9dfdf33e9050ec0368c4d 1,706 0.65/1.00 vMB 27
585,269 585,269 0000000000000000001d8a47ef34e2d403e96aa416db5b7440f17edddd6a781b 615 0.34/1.00 vMB 11
585,268 585,268 0000000000000000000ca59cfa1aed37bab9fa7fc72bdeec4b8ffe8347aebfae 2,327 1.00/1.00 vMB 22
585,267 585,267 00000000000000000019106c37c5d65379dcea378a8f92f958929ce45a4d8d4b 2,982 1.00/1.00 vMB 25
585,266 585,266 00000000000000000005b120f700037962bcf258feef465d1734ea711d4a6f64 940 0.30/1.00 vMB 34
585,265 585,265 000000000000000000187cdc4636a8d45cc97aaaeabaf4e443efe4e97896a085 2,287 0.77/1.00 vMB 21
585,264 585,264 00000000000000000019f8c5deb5015a9e05850adf0dd5d3bb08597deb648f83 1,255 0.54/1.00 vMB 7
585,263 585,263 00000000000000000019a0b33ea77384b096b658083c2a8e0f2f0fd0fad3e2ac 2,598 1.00/1.00 vMB 38
585,262 585,262 0000000000000000000fd12f2a4ebab1e9ba3abaf20f2a0043ac23ebfbbe58fa 1,827 1.00/1.00 vMB 7
585,261 585,261 000000000000000000104969ee428ccc5e1971dedbf876cfefe471ef6418ee74 153 1.00/1.00 vMB 2
585,260 585,260 0000000000000000000914caf51166ac917ac14a748f9ade3347c0526ca4a2a3 1,995 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.