Memory Pool Memory Pool Refreshing

6,622 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (851,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,899 56,899 000000000463f9f007c7776e0471646b4d13e7ca756336bbfebff9c396dae79e 0.00 MB 1 0
56,898 56,898 00000000121e47a00250f274bab9cc80f4ffb62172b4393554e97e4e4151f8a9 0.00 MB 1 0
56,897 56,897 000000001235009ad4ea76ba0c4340ef05c2a36030ab20fd3a034c66d04f0134 0.00 MB 1 0
56,896 56,896 000000000ba52e7bb291599f5e9a91d889554f7ea562090e52a2d447bc47cf66 0.00 MB 2 0
56,895 56,895 000000000ff1b32de34ece7e564ae1bebec64149b60e426ed881b86929783767 0.00 MB 2 0
56,894 56,894 00000000061686446bcb1fc13a6372a3eccab6b0e4621a3cd11d4347a2bc5b98 0.00 MB 1 0
56,893 56,893 00000000155bd3693ef9dad9068a0d348e8348a4c1d9a257fd9a6bd8e66454ff 0.00 MB 2 0
56,892 56,892 000000000c2bfdcaa50ecd04579c959e0491cfc3460abac8791302b4e0b24c32 0.00 MB 1 0
56,891 56,891 000000000c1ce641ad40389efdc89434d7c54d9c1de473a01b15e5682ddc93a8 0.00 MB 1 0
56,890 56,890 00000000095e144cda136fb36790353f0539552d58fb5243f96e42c07525c831 0.00 MB 1 0
56,889 56,889 0000000006db559642af1616d83e123779b05a58cff3c4c451d88e2f898a15b7 0.00 MB 4 0
56,888 56,888 00000000112e42246c776ea56fb701eb20fe178c8c3d0840f404d27a1dfe10ec 0.01 MB 5 0
56,887 56,887 0000000013b1dab366808f5fd0946f790b7f02c6723c1bebd93cc4e5ef8ac700 0.00 MB 1 0
56,886 56,886 000000000c9afa9faaa1c33beaafe5043310f9410d9b94be233cd44ccbb6f1f9 0.00 MB 1 0
56,885 56,885 00000000042e9a69274a8afd463cb423f80ba777f9ff89591502adcf3c51e054 0.00 MB 1 0
56,884 56,884 0000000013059b0f11702995a26ca6b68f4a28d44f8587df9be92dbb97ced209 0.00 MB 1 0
56,883 56,883 0000000009bcbbe030d89bf40c6117ae41cf114d6e41bff62eb27c5a08de0a40 0.00 MB 3 0
56,882 56,882 00000000094d1897c441836da2ff638a56e43f916ae7cf07915d89158f8204c8 0.00 MB 5 0
56,881 56,881 00000000153327e007260e0c5048940768a6c4cf9b7dc936b4577b4d76c2a8c1 0.00 MB 1 0
56,880 56,880 0000000012315ce0adb9987ff5f5de8584c5d15eab31db8e33766232f9ebdc76 0.00 MB 1 0
56,879 56,879 000000000c3d7a8cac0977f679eb80ff35e80c350ec044bfe3c49354f4363e98 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.