Loading Tool

Explorer IconExplorer

Memory Pool

34,289 transactions
25.42 vMB
0.06892187 BTC
Random Selection Loading Transactions
Max Size: 129.30/200 MB

Candidate Block

Mining Attempt 715f172c9cc9d7b3074ab85ee2b9ae7109c76a9935fe56ba24c38cd66efd4086
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 0258d480656cbc806520cc2157abc87c06b16f7ead7326290442d12a8f2d4401
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,948
Size: 1.00 vMB
Total Fees: 0.02280611 BTC
Feerates: 151.12 > 2.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (266,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
647,879 647,879 000000000000000000037fb5e60a24472d4f4c4e60836778430f226d2fdcacfb 2,462 0.87/1.00 vMB 37
647,878 647,878 00000000000000000005e7d73d20054e982890f381bef0cf4c6796490f09bf06 168 0.05/1.00 vMB 38
647,877 647,877 0000000000000000000981749d2b7061c04f1081e71fe0332f8f8d18c22dc1c6 761 0.29/1.00 vMB 38
647,876 647,876 0000000000000000000ce316ad457ba6f606aea51068e5e2abe6a5f753447103 145 0.10/1.00 vMB 25
647,875 647,875 0000000000000000000d958a30ced26ed1ff512e98fae879a44e5cf6db3364f3 1,370 0.55/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.