Loading Tool

Explorer IconExplorer

Memory Pool

74,866 transactions
27.79 vMB
0.07558166 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 41bec14463724b0ec302be83d12c1d2d48c0d52426541111da60f82ef1d2c252
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 074dcfa2e131add8a6637976dfe0f5c747837e080231a6bb3e33b045b14db9d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,644
Size: 1.00 vMB
Total Fees: 0.01593537 BTC
Feerates: 71.37 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (210,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,276 704,276 00000000000000000002447da7d4c1d6b09a807af8b691f3a09206542f78baf4 1,804 1.00/1.00 vMB 20
704,275 704,275 0000000000000000000d76960884d10353700b9bee8cb66791370ccf381957fc 1,793 1.00/1.00 vMB 6
704,274 704,274 000000000000000000053a553be8664e942024bbe09edbc77667b739a8bc8a18 2,643 1.00/1.00 vMB 14
704,273 704,273 0000000000000000000e159395a994324a276902ca4bc5b7fbf43667aaf82f33 2,721 1.00/1.00 vMB 12
704,272 704,272 000000000000000000039d1ceab1b8a84de0b3b674922b5c940da7766ebfc3be 2,697 1.00/1.00 vMB 21
704,271 704,271 000000000000000000039d906b8b03ed7525ffa7a451ee13616365844731dab0 625 1.00/1.00 vMB 3
704,270 704,270 0000000000000000000b45e6b52fecfee5ebe4b03ea68a23a50c15ec39adc6b2 2,890 1.00/1.00 vMB 14
704,269 704,269 0000000000000000000d99cfab72ed1434277a823aed2137c163d5fc85f511bb 1,517 1.00/1.00 vMB 7
704,268 704,268 0000000000000000000bb5d53ce4d48a4aa87e8911f3f12b12ba21dfb5f7a438 2,574 1.00/1.00 vMB 9
704,267 704,267 00000000000000000005a7883694a3b3776d474f5bf54ff21532c192785f1fdb 1 0.00/1.00 vMB 0
704,266 704,266 00000000000000000008ee4b67b7caaf59ade8bc2127b76911970cc4b778bf44 1,153 1.00/1.00 vMB 10
704,265 704,265 00000000000000000008133b2acdfdd126c0b089e4cf2675f15df9aa7e651376 3,021 1.00/1.00 vMB 21
704,264 704,264 000000000000000000057ee0b736859c190d1dbfc98b79bed27b36480e350305 1,617 1.00/1.00 vMB 9
704,263 704,263 00000000000000000000b232b028bfe62f7eaed4f70536fab5b9a5ba541b4844 2,649 1.00/1.00 vMB 14
704,262 704,262 0000000000000000000e0cc8e179ac2204cb2c10f737325795bc8bece2ba13f7 489 1.00/1.00 vMB 2
704,261 704,261 000000000000000000075c0a653990ea6edb180e7ed5deb5dda8b4d70f1c5fe0 1,781 1.00/1.00 vMB 10
704,260 704,260 00000000000000000005ed64ea3c77d0269cd72e077c2df76f6fef9ded2e15f5 536 1.00/1.00 vMB 2
704,259 704,259 00000000000000000001cd5db1d1576bebd7835bc9c6e1c660ca9506f46a20f2 1,406 1.00/1.00 vMB 4
704,258 704,258 00000000000000000004b60e6f66608e3c21a5a053a2af718e2f1e5898e37602 2,069 1.00/1.00 vMB 16
704,257 704,257 000000000000000000000e4d9bc136f3ef122f1c7d823d4c765c4e609409c82f 788 1.00/1.00 vMB 5
704,256 704,256 0000000000000000000465f5acfcd603337994261a4d67a647cb49866c98b538 3,301 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.