Loading Tool

Explorer IconExplorer

Memory Pool

54,719 transactions
32.30 vMB
0.22708624 BTC
Random Selection Loading Transactions
Max Size: 173.19/200 MB

Candidate Block

Mining Attempt c78dc1f0c3515f5694d98b4cef41fd4e609799866dee6fd04b34298e8edfb67f
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root ea55d74f349ae4c71b837ddb42d7e5b9b66820d5c4527e232030c1fd84e77237
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.12015548 BTC
Feerates: 101.66 > 12.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (684,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,829 229,829 00000000000000c6b6c47b979bbdbd9d289cceb2f0644e4154deb1be7b5791d7 256 0.13/1.00 vMB 102
229,828 229,828 00000000000000df4f49ad36a7b3ebe48af978fb6ef98b8782c7dea5b6c48fcb 740 0.25/1.00 vMB 250
229,827 229,827 0000000000000103c72884b9465443e6ae4651481708f449ea34f64b609bbb81 347 0.25/1.00 vMB 136
229,826 229,826 00000000000000b3b12eff7659256317b926a624ad0b07cf50bd0887f5b98e75 26 0.05/1.00 vMB 50
229,825 229,825 0000000000000222138a174c8580507bc853b41e16210fa49a958d92ed7dda92 609 0.25/1.00 vMB 152
229,824 229,824 0000000000000041e4dbc0056e1a0556885fb76cc4467a29fc70a20cb8138b33 212 0.08/1.00 vMB 264
229,823 229,823 000000000000027579d28fb480ccad8e2516d1219d4c1919e3fd4fc0c882955d 114 0.06/1.00 vMB 140
229,822 229,822 0000000000000098d6b0f2c585e1c6414d988f2f4e69f3d9efefaf9da446cbb2 530 0.25/1.00 vMB 110
229,821 229,821 00000000000000cdb3952f51f6161e3f707853c546055440aaf8d82e4e36d54e 449 0.25/1.00 vMB 117
229,820 229,820 000000000000017575896b9d7920aee9cd8f1f26f9ac68196c8d5785ce38eb56 663 0.25/1.00 vMB 193
229,819 229,819 00000000000001e9fc085e762435703a1744be52be918403727c006d6db1cdb0 195 0.09/1.00 vMB 236
229,818 229,818 0000000000000117dfdcbaf2dbd005cbcdc1f87366a682cf237ba8c62129a4ea 467 0.23/1.00 vMB 172
229,817 229,817 00000000000000e44aa8625126a0d30392b42cacc6a8e8cdafa565b06b5fcb05 43 0.02/1.00 vMB 96
229,816 229,816 00000000000000ab8a1db4856c907e119615b2862d62861659723ba752c4c9e3 234 0.11/1.00 vMB 937
229,815 229,815 00000000000001a97841190d627b567a6c8fef2c3501a41f5af41fdf009c1483 87 0.07/1.00 vMB 33
229,814 229,814 00000000000000827dc1348fd8fd0db5e71efe960318cc650c784c7bba875ec6 63 0.02/1.00 vMB 94
229,813 229,813 00000000000001c930e28f0fd1f93db3fe0bd84634824047447a926bc1969202 419 0.21/1.00 vMB 151
229,812 229,812 000000000000017e1df00b1dc6c6e7b49a6febe02c8f751197d3ffaa8ed2dbd1 97 0.04/1.00 vMB 84
229,811 229,811 00000000000000fc5f943cd437ad7c789b8346c47fb9d5774d84dc0631eab6fd 900 0.39/1.00 vMB 156
229,810 229,810 000000000000019606fe717e1ec8832aadd0b531a9fdb3fc9b66d4396e4c0e6c 5 0.00/1.00 vMB 48
229,809 229,809 00000000000000c3b6186d617d1e4214ba32b67c593dc9cf1f137b37d2199b91 376 0.17/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.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.