Memory Pool Memory Pool Refreshing

6,044 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (748,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,181 159,181 00000000000006431ab81f9066562c835079b62953bec1e9f8d7cbe0c35838f9 0.02 MB 61 2
159,180 159,180 0000000000000a3c9cfe5288203c1536c27b763f0d228039b5aa81824be81db0 0.01 MB 22 360
159,179 159,179 000000000000009f0d07f419aa270c9a72ba54f658299174e2bf0813eaf9520c 0.01 MB 20 187
159,178 159,178 00000000000008ba77d2281500cacea1e3fb8adc9b94992f5ffeb742d6da4fd4 0.02 MB 34 55
159,177 159,177 0000000000000be7704f4220fc2e2e68849821133525b1495cae77ef6b72c1b7 0.00 MB 13 31
159,176 159,176 00000000000000bbd29057667c9ea705abbc0802616e05d549c839631b4c9237 0.00 MB 1 0
159,175 159,175 00000000000004a73719130557e04f3daf05b907d9932a22b0fab5188010f7c0 0.00 MB 4 133
159,174 159,174 00000000000009dbb63b43efbfacaf4636d9e611cd5ea4b3f4abeafbaf77ee16 0.02 MB 54 45
159,173 159,173 00000000000009d0a12e1a3fd40ec38da81d6df4bb2fddc3ca8af23a650e30ed 0.03 MB 30 52
159,172 159,172 00000000000009e9534e25c43790d08f79ab79083d5e0ea1330374803203bf31 0.01 MB 12 149
159,171 159,171 0000000000000305ab13ae3d00380f65d8c930a557429bc278d09a6f7a7f8c79 0.02 MB 60 16
159,170 159,170 0000000000000e2390b01b6e26401380951846f8c4bc9ceb00c7dd7e31ad5f8e 0.02 MB 51 778
159,169 159,169 0000000000000411c8cc6cb49039050b4793562824919e500a15c5a66e1b5ea0 0.01 MB 38 136
159,168 159,168 000000000000025df4850cee95151a1b261d98a55630eaed5b2c714eab2de264 0.00 MB 11 57
159,167 159,167 00000000000009f67be492fd3bcbe3a84a757a67e75ac029dbf719f556386949 0.00 MB 11 0
159,166 159,166 0000000000000e4ebb355b3ac3083c112d6f59708cb30d6857219775c4c7db98 0.00 MB 3 0
159,165 159,165 00000000000001894f23d74ed1f2910d5213677dac7dc1814d53d159481ac425 0.01 MB 23 0
159,164 159,164 000000000000084a191b623e93ee547df7e9efbe767d64ea5e53cc507cd0ecc0 0.00 MB 4 72
159,163 159,163 0000000000000897b855cda1cf58bf6b1b7ff37e05eb0d708e66ee25ee2736bb 0.01 MB 19 301
159,162 159,162 00000000000007fddd0af3b0f67ffadc2b779e45c24f4f7dff602534787c820c 0.00 MB 9 35
159,161 159,161 0000000000000aa44aeb4d3fafa1e489e8a4cdc50976c3ef05f2503ff92b71a8 0.01 MB 11 47
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.