Loading Tool

Explorer IconExplorer

Memory Pool

41,265 transactions
26.30 vMB
0.07456848 BTC
Random Selection Loading Transactions
Max Size: 136.98/200 MB

Candidate Block

Mining Attempt b7bfc4b83681f230e86c8df3e1a500addd5cbc4947af18532fe75c21d054381a
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 378064ca37efc2ba9a7240dae2b45a253bb634719b8fc67ae6227073a5177695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02642678 BTC
Feerates: 150.98 > 2.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (121,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,314 793,314 000000000000000000021e6c5878de5a4838b71d0226bb602828f619011c57bc 2,744 1.00/1.00 vMB 31
793,313 793,313 00000000000000000003d5ca87fb32ca473d7ef758d1fbee244df1d4e3c971c2 2,983 1.00/1.00 vMB 54
793,312 793,312 00000000000000000004c8a055de843686d1e9ca680060b8ba055a949c74ecb3 3,427 1.00/1.00 vMB 46
793,311 793,311 00000000000000000001ed4b016229f21258d6ceaf73f36eae70d655b81c9416 3,096 1.00/1.00 vMB 25
793,310 793,310 00000000000000000003e1f991593258d3d3ab25b4377ff6937ba41674594aab 3,168 1.00/1.00 vMB 28
793,309 793,309 000000000000000000055447d217cb029c1898cb75626665eba0d4939a4e1e39 3,283 1.00/1.00 vMB 40
793,308 793,308 0000000000000000000438e11608c4f9cf9bf0f66c3ea5de8424350bb1ee51e8 2,961 1.00/1.00 vMB 37
793,307 793,307 000000000000000000045298f3d4e1f5a52608cfcdecb290ec668d3a929a06ac 3,023 1.00/1.00 vMB 42
793,306 793,306 0000000000000000000510d7ba1c425f4185d353722dcf6cc0c9e7408ea37b5a 3,727 1.00/1.00 vMB 40
793,305 793,305 000000000000000000032802415e3715951f8f34fa5ee87ecac384bb1accbb05 1,967 1.00/1.00 vMB 49
793,304 793,304 00000000000000000000ef58b964a4a6e474821107c5c53bfa05a5edd90b23f3 2,095 1.00/1.00 vMB 50
793,303 793,303 000000000000000000039dadea30ba9b9f21889c146d7c2a115d98545d8a539f 2,763 1.00/1.00 vMB 72
793,302 793,302 0000000000000000000108b5d11af458b3d40c64beabf08e5a3ea0eb92e2dd95 3,170 1.00/1.00 vMB 52
793,301 793,301 00000000000000000004aafad76f3c92b59f6fc90bb870f498e44d2f82276191 1,368 1.00/1.00 vMB 62
793,300 793,300 0000000000000000000489b88353e3612f529a1e10fffdf1da876fc59e696248 2,709 1.00/1.00 vMB 54
793,299 793,299 0000000000000000000047776cad5bc4e9e74e33e62be70792d899d799c69af1 3,694 1.00/1.00 vMB 44
793,298 793,298 0000000000000000000323fdc18bc4afd6f8095d3d30979c02e3672a28ce0a23 2,661 1.00/1.00 vMB 54
793,297 793,297 000000000000000000023014caa14aed390ff961ff3e21a89dd3d6449a2f591d 2,646 1.00/1.00 vMB 70
793,296 793,296 00000000000000000003d5e3348b209b109a3a893797a65c32b0be7f9e9efb6d 3,534 1.00/1.00 vMB 53
793,295 793,295 00000000000000000004c65c441c9d6cbfa4aa6f711716dcae260c31d682a5d3 3,354 1.00/1.00 vMB 93
793,294 793,294 000000000000000000040cf36b24fb344076c3f4b08d83273983bf18f35d7326 1,161 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.