Memory Pool Memory Pool Refreshing

10,032 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (764,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,733 143,733 00000000000004d84d55d03015834141dd0f47559979a8e82896600e4f26f87d 0.00 MB 12 33
143,732 143,732 00000000000006e7a1a6f9d57f5301dfdabeb1e515040bd88d745422a9233dc9 0.00 MB 13 16
143,731 143,731 0000000000000416298bd14e59a92d96a2a33bac110335697314e75ce5e94ace 0.01 MB 27 418
143,730 143,730 0000000000000376dc428772e2df8eff97c0e5f3469e75eac56dd1a77ae49543 0.01 MB 49 4
143,729 143,729 0000000000000482807dab30f0e64ff85b59aa63be844149cb48201e4489d338 0.02 MB 41 31
143,728 143,728 00000000000001752f6b7af322d6a8272997ab5fa3e5dbff130128ca753916a4 0.04 MB 84 125
143,727 143,727 000000000000016fb48f311c3c41450e210099304e977f00485dd89a8f592bb1 0.00 MB 2 55
143,726 143,726 000000000000084d2cca66dcbbe298f48a7809a73c2ddd7ec07d1759416d6212 0.01 MB 20 189
143,725 143,725 00000000000007cdaa5998995320642f21084536bab4d903d6b404458ea5b287 0.02 MB 60 178
143,724 143,724 0000000000000727501fa7646de4f5dce8a6b7b3a71ce0f466a4a2e090b72b5d 0.01 MB 7 91
143,723 143,723 000000000000033a305dc750aa3108438899bf62af8d54f57ec45614980ea85b 0.00 MB 4 205
143,722 143,722 0000000000000764ea12784ca60dfe6fad98a043b94da38f36a3e624e1afb3da 0.00 MB 7 66
143,721 143,721 000000000000015866666aa8c06c9d1a25c2b8e077660df46ae52b087c3d9c77 0.01 MB 15 266
143,720 143,720 000000000000062d4a0e2b92190baffb206f5cf7e171cf4f7dec1e6b8d5b57d6 0.00 MB 7 679
143,719 143,719 00000000000007a0c36c644f52db5efb2f2b8301a4e00128b3f36c7ebdb0d35d 0.01 MB 37 35
143,718 143,718 000000000000059c8f96ed5d4b5b5efa99a2bff9bb8430bba3e60edc72963af5 0.02 MB 38 445
143,717 143,717 00000000000000b046aab3a565dc95f46bd3d9e8d9ea5089d80bba8f1497f2ab 0.00 MB 13 234
143,716 143,716 0000000000000090f70340636ec762a133c56c6e23e67cfda482908adc64816c 0.01 MB 17 194
143,715 143,715 000000000000059c436c2b22c6e7e20c0110d03c7cc84204ce9aef2f6494c90a 0.02 MB 90 12
143,714 143,714 000000000000029b4506d58a12f194ef12bc10bd8d6395deee29ad087302e808 0.04 MB 83 200
143,713 143,713 0000000000000956d1aa870199aa0568f35f6259f0e9d150574418c00482b352 0.01 MB 17 44
Previous 10 blocks ↓
Total Size: 769.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,642.49 GB sent, 94.38 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.