Memory Pool Memory Pool Refreshing

5,307 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,862 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (722,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,039 185,039 0000000000000784e263956db60f8bbc83165b5cff1cbb4dc05ea8f920f0380a 0.00 MB 9 0
185,038 185,038 00000000000004710d07662f2092b5a9bc6c387d79ac965c13f3abd77918cd57 0.21 MB 462 114
185,037 185,037 00000000000008d3e4e5aacb5d0ea7670fa81302734bd5f49c014130bc9e2f02 0.25 MB 503 134
185,036 185,036 00000000000003cff8f550942c317143d5be168e3c9f9a8a786b4c9e94df6816 0.11 MB 268 128
185,035 185,035 0000000000000a63d5509504fc5e6d1641bef2dc0fc2223d8565047c61dc863d 0.00 MB 1 0
185,034 185,034 0000000000000866f768b4122c278232ccce84471dcf1c235c281d072c907fbd 0.42 MB 1,093 163
185,033 185,033 00000000000009cc5b2dd2dacd6d20580f9ac11d67a75ac6b630c32b693fba8f 0.01 MB 32 193
185,032 185,032 00000000000009e02daeacfdfeea6580003d4549ae153e8f047e453be9bd130b 0.05 MB 140 1,397
185,031 185,031 0000000000000a89a841b4255be31b100bc085a18ed74a5ae684232cdefb586b 0.05 MB 139 183
185,030 185,030 000000000000030d64404a6bc3f6580523ad1527bff8478ac2b639a4f631c6ea 0.13 MB 256 133
185,029 185,029 00000000000001b6a7c82120d0fef97a862051a6af84a45be05626e3820d52d7 0.00 MB 9 614
185,028 185,028 0000000000000644e6376c9edf5f8e102e969d1cf956a96848d40ee6d5fbe44b 0.25 MB 520 138
185,027 185,027 000000000000024727f99a51b5b7dacc3ee8045a87e9a73ef42487c9d84d435f 0.05 MB 137 107
185,026 185,026 00000000000001d63e9170758d128b10e75c576b2aeeccb4f0c9a5d1fde4a506 0.00 MB 5 0
185,025 185,025 00000000000004ec3281aa37d7deb9d29c9f2c1035a3fbf838c64f5beb27918a 0.07 MB 127 112
185,024 185,024 00000000000000ee2555c8810832d86378413d9903df35e6d75bba504f8b7562 0.05 MB 144 64
185,023 185,023 00000000000008792f370b4e2a9d23cd14f08e91e7c5e36abcaf83ecd727b974 0.14 MB 256 155
185,022 185,022 00000000000006b9ad616549573a8bf288f7256ba802397902bb38c8d91f5511 0.00 MB 10 14
185,021 185,021 00000000000009a0572bcaf2921a9be8cd1b6e0b110a66d780e919121c0d735a 0.00 MB 5 299
185,020 185,020 0000000000000180625ea1315bacced98707c912925cd6c6ad126637b8a7ef43 0.09 MB 224 137
185,019 185,019 00000000000009c9eac44083c8bf47b56ef7d184890f642006c2315a11e1f1fd 0.11 MB 222 97
Previous 10 blocks ↓
Total Size: 769.21 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,634.52 GB sent, 94.00 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.