Memory Pool Memory Pool Refreshing

17,940 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (571,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,461 336,461 00000000000000001761d0f29106df09b7feccb8260467d9fffe46a66093a980 0.31 MB 565 24
336,460 336,460 00000000000000001164c3e940ea6924ec1eedbb8578cfc352fc30a96de26c11 0.02 MB 48 27
336,459 336,459 000000000000000019e24e5198074d16015346cac674e1e5a4ab68d8d77b04ef 0.17 MB 349 34
336,458 336,458 000000000000000009091b5f7b0643a35e3ef92caccf6884fee35ce5dbec86dd 0.13 MB 439 32
336,457 336,457 00000000000000000b473fcb6491c77b814a0aed14f7f94dea97df0ef1df10d0 0.63 MB 1,181 43
336,456 336,456 000000000000000012c1aa3c7c33c2b052a8507e7e88ae43d301f3aadcdb4dc8 0.30 MB 494 30
336,455 336,455 0000000000000000049fade307d110feca4429407ef4ec3b457f7e1bef0f28ba 0.46 MB 823 24
336,454 336,454 00000000000000001702baa9b6eb1c69ee87235492415a9a3177d5c1ca9887a6 0.23 MB 287 21
336,453 336,453 00000000000000000cb05dc99baf23bb5b3bd417d662681ec224a39036ecbe72 0.14 MB 219 23
336,452 336,452 000000000000000001737e57da6fcc55dbf856ad6ef39776bba628d44ae9eab5 0.66 MB 993 20
336,451 336,451 000000000000000015c08398483b3d12bbe65a7b829be9026e00b375fb211a9e 0.46 MB 749 24
336,450 336,450 00000000000000001ac8cc01ffa0e5f15915bfda72c8aa6b5c7112cf3b8e3168 0.02 MB 28 21
336,449 336,449 00000000000000000b3018408f38e09b595b8ffc9dfc2deb79d2b8f0dfceb207 0.11 MB 228 118
336,448 336,448 00000000000000001852b95469194680ff03cd1051714664e7696b9e9eab558c 0.23 MB 480 28
336,447 336,447 000000000000000015597aece60ee81f55308f14b515164511235d4152e9758f 0.06 MB 112 24
336,446 336,446 00000000000000001479ba750aa802ad1e843d47c5528985d20e9534a96a6cf6 0.10 MB 180 22
336,445 336,445 00000000000000001a5e36fa124ef783f69903b4c2e9d849fcabd81f1dbc88a7 0.30 MB 561 27
336,444 336,444 000000000000000003a51b8691cd7421799e6838b19723b918b194949932c296 0.55 MB 975 27
336,443 336,443 00000000000000001047ede6da6edc8efc0f37a288400d9ab49b3ad55534251b 0.14 MB 254 26
336,442 336,442 0000000000000000014c7d7658e2d872cb6e09cbf7fefeb74ef303db347ee9de 0.31 MB 742 31
336,441 336,441 0000000000000000119c68f351e99149d213cb705e83281594d8e48a61ad7888 0.01 MB 27 62
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.