Memory Pool Memory Pool Refreshing

45,022 transactions
22.35 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
880,968 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 494 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,967 (82,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,883 798,883 00000000000000000002896ab146c23a667a2683930b58f470abdf7d19a610b1 1.82 MB 4,731 6
798,882 798,882 000000000000000000021c565142b19dc6d29e8471e6d2661e977ed5722c03c2 1.32 MB 1,547 12
798,881 798,881 0000000000000000000410052c1c3b457c95198ba0d642425c128ac00b9d2f0a 1.56 MB 2,748 7
798,880 798,880 00000000000000000003cae23fb77c7589fdf580af78c135d4a70f1186803ff2 1.82 MB 4,546 10
798,879 798,879 00000000000000000001c6416160649568d6fb6f9f4f9a434065b3890b3409b5 2.03 MB 6,074 7
798,878 798,878 00000000000000000000bcafcf2665804e07fde53a5a1d6ac5b27b2c1aafe8d6 2.10 MB 6,739 6
798,877 798,877 0000000000000000000256e29ff852808689f87711ae461aac88d2d5d11fd1a9 1.82 MB 4,740 8
798,876 798,876 0000000000000000000216c363c7cdd1b253b63f9a7b0990df03ad9cc1391fc4 1.89 MB 4,177 5
798,875 798,875 00000000000000000003009e5d799da2b8d865811db739a4d34fcc9d66c1711b 2.02 MB 5,960 6
798,874 798,874 000000000000000000034cee5684b95ed2fda0bb45896191d6639f90d5f9ebd3 1.60 MB 3,591 6
798,873 798,873 00000000000000000001485c8904494d8b3895591600c9ec610afca6bb740670 1.90 MB 5,312 7
798,872 798,872 0000000000000000000437c16b8426ada5762a86785d686b246cca4b1b5f28eb 1.79 MB 4,546 7
798,871 798,871 0000000000000000000416dc7993f8f20eeb7c05c20101de44567494e23ca78c 1.74 MB 4,063 9
798,870 798,870 00000000000000000000b51f2123075dbb6660528f8e93f229b9aa719dca0dc7 1.42 MB 2,393 13
798,869 798,869 00000000000000000000046fc5394194c53ac6e6fe731c5e6870d56e6e5cb85e 1.43 MB 2,594 6
798,868 798,868 000000000000000000027e025d3c5d489efa4bf0a7431703bf2d5da1d8de535a 1.38 MB 2,417 13
798,867 798,867 00000000000000000001f363a3e766cb0bca2b5aaa2a12ab0a3db869ac62dffd 1.59 MB 3,027 13
798,866 798,866 000000000000000000017b46878b0d601f1555e80937c7a7de3cfe2539330973 1.82 MB 4,688 7
798,865 798,865 00000000000000000001ec483bfde37898ccb5c871bbed6c2defd742581935e8 1.45 MB 3,030 15
798,864 798,864 00000000000000000000d64ea7bc0ceb182736c126d8d4b68a5d1f0792035c53 2.10 MB 6,215 6
798,863 798,863 000000000000000000008fb35be564867eac576f7c5f82c33dbd3b1b6c0fd1a2 2.31 MB 5,819 6
Previous 10 blocks ↓
Total Size: 720.29 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,915.45 GB sent, 66.22 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.