Loading Tool

Explorer IconExplorer

Memory Pool

34,323 transactions
25.56 vMB
0.05595674 BTC
Random Selection Loading Transactions
Max Size: 129.67/200 MB

Candidate Block

Mining Attempt 18b1c6e09582ce42d8121fcd42bd475ad24f4f042e73537415052bc1da78e738
Version 20000000
Previous Block 00000000000000000002080e7528db223d32c3d8b0f23dd2551f9b2812c87816
Merkle Root d7977fc51e78e40eee102c6020853ea6c3d938e4f72b6deac7e8c26c588a7edf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,003
Size: 1.00 vMB
Total Fees: 0.00956296 BTC
Feerates: 76.13 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,695 (266,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,900 647,900 0000000000000000000edcfa3f209ff5168e096c8ebeec1a91770ef7f3e171b4 2,954 1.00/1.00 vMB 116
647,899 647,899 000000000000000000041055c765a0efaf2a48355168bfb9fd3d7c98272f9804 1,789 0.94/1.00 vMB 8
647,898 647,898 0000000000000000000a58847414bf6eace89d515514b488f26e68316813620d 1,656 1.00/1.00 vMB 10
647,897 647,897 0000000000000000000dc872fe3630708a37b681da1b5a5d23c693075d515991 2,729 1.00/1.00 vMB 69
647,896 647,896 00000000000000000002fd12e0f619be51ed1e9fa719369c2ac6ead224eb5170 685 0.31/1.00 vMB 32
647,895 647,895 00000000000000000000bf7944542d50c5b4313bf3bd5bf80911445860880094 577 0.53/1.00 vMB 16
647,894 647,894 0000000000000000000376b0344490f95f6875dcb692b0786b83b5899e85787b 1,230 0.46/1.00 vMB 42
647,893 647,893 000000000000000000047af3752892f0d319b1b26a35239b27979e0cb7d7f815 1 0.00/1.00 vMB 0
647,892 647,892 000000000000000000044a9977cc16b7a576ef71ff3565125f267e813cc6a650 756 0.36/1.00 vMB 43
647,891 647,891 0000000000000000000ab41b85635eced26e4ccadb3d3103235d560ac56f3e0d 1,742 0.68/1.00 vMB 3
647,890 647,890 00000000000000000006d9649a4dc8ac4a531e0a07bb37b507c22f96448f0da3 2,846 1.00/1.00 vMB 54
647,889 647,889 000000000000000000001362ff2ec3ba86f6b734800fb2c441ca9c2c56ff47a6 1,899 1.00/1.00 vMB 60
647,888 647,888 0000000000000000000b8752666376c87b54f70abe68b08a308dfc46433a38b7 1,232 0.63/1.00 vMB 6
647,887 647,887 00000000000000000006b6f9bd14f9a74be1472ad1b52cbbc5b7cf2c9a5b9bdb 2,478 1.00/1.00 vMB 20
647,886 647,886 0000000000000000000377169dd842055cd5fbf373d7e53886f1f9a67e6dcaf2 2,059 1.00/1.00 vMB 42
647,885 647,885 000000000000000000055bf855d873d6cff0ed153be3e6f144a6d6edc9ec3110 2,496 1.00/1.00 vMB 52
647,884 647,884 00000000000000000003721260ffa5aa1f4a397adea70fb9ee7daa63be6b5e0d 2,302 1.00/1.00 vMB 101
647,883 647,883 0000000000000000000cfe4d5b3a8087db2cf60bd6ec5a02116aa2e37346cc20 440 0.14/1.00 vMB 39
647,882 647,882 00000000000000000003254191fb95b6cdbf37994f89205edfb8eb0fc13d19c1 303 0.23/1.00 vMB 48
647,881 647,881 00000000000000000004ef3d0f32059eed4194b0ca09533c13de1d0e1577d0a1 524 0.21/1.00 vMB 39
647,880 647,880 00000000000000000007b057e47840a6c8fd54b77f8a307d2ce028df0abcb1a1 959 0.38/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.85 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: 638.52 GB
    • Received: 12.48 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.