Loading Tool

Explorer IconExplorer

Memory Pool

32,375 transactions
9.95 vMB
0.15278343 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.93/200 MB

Candidate Block

Mining Attempt 6cf3f9b7305a00f5b35747635ffc855e3b67c7cff23606a5b911aa93b5df4444
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 30986a15fa73c3af7a49278ff5adc4064220c341e9a6df311efd24511556f86f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.06652633 BTC
Median Feerate: 4.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (834,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,691 78,691 00000000003aaf94758b27aa615d09e3e75d247d7ccbf2aeb8fd7902119309ab 1 0.00 vMB 0
78,690 78,690 00000000004908b23dd4090578b8ca61c4a0f5f53fbf852ca3e9322dc1a28fbb 4 0.00 vMB 0
78,689 78,689 00000000004d809cfad25f1e9c1aa669de31ea80d36fb55b62427bfb9d25a439 1 0.00 vMB 0
78,688 78,688 0000000000511d2fa165ba7bc47a437d23e02595e3a684ee1d6914e6d1f8989a 1 0.00 vMB 0
78,687 78,687 00000000005a04e71ff097ecdbdc5fda62e084df5eef8d3cce04c622b021827a 2 0.00 vMB 0
78,686 78,686 00000000004c4cf59dcf72e1b085514c06a3019e8d986931c4420239ca8b5623 6 0.00 vMB 0
78,685 78,685 00000000000d0aed52c25f90a426b44d61edebc1e1314c9d49828bdce547acb0 1 0.00 vMB 0
78,684 78,684 00000000005aa41eec32adab073171c1eb948318e6addbb4546edb46095b59d4 2 0.00 vMB 0
78,683 78,683 0000000000452f2aa4b624c86ed2eb3b845d94db1e5630c9c5d110edbc79dcdf 2 0.00 vMB 0
78,682 78,682 00000000004e6be5ca007a5182ba7e64855ff20cf3be62dfa3d2c71f9e3ddfb7 1 0.00 vMB 0
78,681 78,681 0000000000327271ca9ffcd5f6d42f392402f131d65d3650bdb278585294335e 1 0.00 vMB 0
78,680 78,680 0000000000437e1f4e7f42a9649516c54b6eb5ca1bd3b4056eb0986507c56c88 4 0.00 vMB 0
78,679 78,679 000000000001b40ee2b61bbb5bc4396140533db375ff456171307e5006f3e747 4 0.00 vMB 0
78,678 78,678 000000000021cd8bffdead252372804508a596d3031b6558f51f33d3d179dc2b 1 0.00 vMB 0
78,677 78,677 000000000032b1c066043da91f2165720fe96263391079eada538e34d9e01a5d 1 0.00 vMB 0
78,676 78,676 00000000003842fd8d0d84ab666ec2770b6449c23a0950401cac234c1132a30c 3 0.00 vMB 0
78,675 78,675 00000000002dff6c8323f5ee92e4f8ee59f81acac7e5128f1ee69083781f2c11 4 0.00 vMB 0
78,674 78,674 00000000002826b7e3887aa01ee60b0b9549f4ca8c1b397e0bc1984e38cf09a9 5 0.00 vMB 0
78,673 78,673 000000000010fae4631e14ba42f955999dfe6dddbd363d8b82662de8387c2f77 2 0.00 vMB 0
78,672 78,672 00000000005596ccf3489c09a4d6679d27fe7449c238467d962f82815d658d7b 5 0.00 vMB 0
78,671 78,671 00000000001027d105b91a9d5c5342b0499a7b1ccc947d58c776d2d46cf37eff 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.12 GB
    • Received: 0.44 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.