Loading Tool

Explorer IconExplorer

Memory Pool

83,568 transactions
30.79 vMB
0.14947414 BTC
Random Selection Loading Transactions
Max Size: 185.33/200 MB

Candidate Block

Mining Attempt 69c9b56e2fd4af1e7a9ed996e8d85d0bdfcd14161c6c2de6c8b3c0e0bd6cdfea
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 7ce37abae32c913eff2d0e610ee32040d9572e4a5037a9ad983c64d2cdd3c3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.08337434 BTC
Feerates: 150.77 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (73,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,987 840,987 00000000000000000001907aa9122756c65a72a33c8e25db38f9266e9b4a1dca 4,407 1.00/1.00 vMB 58
840,986 840,986 000000000000000000016159d8e493b3a2e9f1f2a91353c0206f3a95921269d1 4,707 1.00/1.00 vMB 57
840,985 840,985 00000000000000000000023f6069fd4c515b1826395fcdf4f7262984cc44106d 4,157 1.00/1.00 vMB 72
840,984 840,984 000000000000000000014a221a3bff370708e04891312a4f498caf917da78dc6 4,218 1.00/1.00 vMB 101
840,983 840,983 00000000000000000001359467cae3a52a912cb399a7c0fa5fe394d671471898 5,103 1.00/1.00 vMB 100
840,982 840,982 00000000000000000001a5a019fb3728e02edf7db6a191a92343bc3c2b59eb62 5,435 1.00/1.00 vMB 122
840,981 840,981 000000000000000000000796081067add9d85a55675e46614721875ac37cfcf2 4,219 1.00/1.00 vMB 61
840,980 840,980 00000000000000000000538347bbee02e1d14057363b1a678378dff51156bb17 2,914 1.00/1.00 vMB 45
840,979 840,979 00000000000000000001a0f0b115fbeae3ccb74609c3fef2503ceb0364e6de7f 2,960 1.00/1.00 vMB 57
840,978 840,978 000000000000000000003be22f0e189621139e82f02667219bed8b629a6dbe80 3,831 1.00/1.00 vMB 78
840,977 840,977 00000000000000000002438a669a5adad8ee9007348236fdd06d24928e974ab4 3,391 1.00/1.00 vMB 52
840,976 840,976 00000000000000000002daf085dbf83ee774f619e64d59d840e1b58e4a9436b1 3,348 1.00/1.00 vMB 50
840,975 840,975 000000000000000000016372f847173aabbf35be595c1c90110ad1c99a3fe415 3,724 1.00/1.00 vMB 62
840,974 840,974 00000000000000000002e45ae5066ef34b5488fdf323d2c8bcc32b6f2b9839d9 3,962 1.00/1.00 vMB 63
840,973 840,973 000000000000000000017a95fe59a87b733f0bab39fae3f99557d8b87533a31b 3,877 1.00/1.00 vMB 66
840,972 840,972 000000000000000000001a5b8def48b749e76ae1f2fb4d7545764a2269da8173 3,171 1.00/1.00 vMB 50
840,971 840,971 00000000000000000000da35c637ad7312dffa6fa89f5451022c2ccf46e7a992 3,962 1.00/1.00 vMB 69
840,970 840,970 00000000000000000002518110b60206d770a6b27d8c0e510d75957591880f7a 4,043 1.00/1.00 vMB 95
840,969 840,969 000000000000000000002cc8eb1f8c49f412113132407499fbf65a374654fbc7 2,815 1.00/1.00 vMB 36
840,968 840,968 00000000000000000001cfe9848af3361af554794f04532d07a867df466ce437 3,180 1.00/1.00 vMB 46
840,967 840,967 00000000000000000002c02ba81e3d90d858b345b99d8c7d796dddb386df1b26 3,290 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.44 GB
    • Received: 14.75 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.