Loading Tool

Explorer IconExplorer

Memory Pool

77,034 transactions
28.41 vMB
0.08787290 BTC
Random Selection Loading Transactions
Max Size: 172.89/200 MB

Candidate Block

Mining Attempt c05bb46680c2b247ca380184de37a490b1bbedb7d7d1e2b94d2e5ffb285d83a5
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root fc3b6247885a9d1fcc4aa348a2a0c6ddb154ec70d702732fd43d3abb2a4c460f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02440433 BTC
Feerates: 477.45 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (89,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,216 826,216 000000000000000000018bec16b8ba7bc74b1c2353944bf48b66da55790ae2d1 4,361 1.00/1.00 vMB 86
826,215 826,215 0000000000000000000175236a915cdcee75d376a6318388aa2e8a45158cea34 4,556 1.00/1.00 vMB 94
826,214 826,214 000000000000000000005a1e9d3c6e778b8d8350d44460654a9fba4aaeedd5f1 4,643 1.00/1.00 vMB 90
826,213 826,213 00000000000000000002c5cd3f0709356b19711c24625bc2470991b6d0afb531 4,556 1.00/1.00 vMB 91
826,212 826,212 0000000000000000000289a29275f4b7c6a54eb790fc5983459242b8555de955 4,843 1.00/1.00 vMB 62
826,211 826,211 000000000000000000016638a0d3fdb467e601c515e33990878bb5f2ab8e651b 4,158 1.00/1.00 vMB 85
826,210 826,210 00000000000000000003bc1fc63e588d5750527eb450234e45882083cb7da6d1 4,535 1.00/1.00 vMB 66
826,209 826,209 00000000000000000002ee79684354eabd72ba3fcad8ba462775719245b86b06 4,012 1.00/1.00 vMB 97
826,208 826,208 000000000000000000036ebfda22eebd414f55b58d781489d01732a4d41d7763 4,700 1.00/1.00 vMB 61
826,207 826,207 00000000000000000001ac62226ffcb2d1b59999e253bb2bc66b99e0d442cbf6 3,924 1.00/1.00 vMB 92
826,206 826,206 00000000000000000000a6aeb292688868ea2feb5145c17bcd4a01bab5395d21 4,163 1.00/1.00 vMB 67
826,205 826,205 00000000000000000001898e5211b014db12b0dd3fad2f7921e2e4d2453d8273 3,848 1.00/1.00 vMB 58
826,204 826,204 00000000000000000002033b42884b492c7894e77eb6f1fe86a0ba436f663074 4,087 1.00/1.00 vMB 56
826,203 826,203 000000000000000000026a572078560b63eb8a19ee105793da959cb526b5155b 4,293 1.00/1.00 vMB 75
826,202 826,202 00000000000000000002397ba5a0d7ed81626d730875d2e474d9b3c2ad3b40ea 3,514 1.00/1.00 vMB 107
826,201 826,201 00000000000000000002d3e5135d9e0ac8dc880678816e2a7ea8de68694b3f1b 2,632 1.00/1.00 vMB 52
826,200 826,200 000000000000000000038a47d9741603e2b4d585378bfd70fa59d3d6d2c86bf9 4,170 1.00/1.00 vMB 77
826,199 826,199 00000000000000000000766949a087709208770984b436e2fdec4fd08a21ad03 2,665 1.00/1.00 vMB 63
826,198 826,198 00000000000000000002313e87c95ced8b36abbed3a96a38c4417465f39dc12b 3,957 1.00/1.00 vMB 80
826,197 826,197 00000000000000000002ae0f2b63af1ba91a4d3b327a3b16f55ec3a1199cfce5 3,560 1.00/1.00 vMB 116
826,196 826,196 000000000000000000006c5da44394094a0bb51e315c9d76507f4475f615d85d 4,099 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.