Memory Pool Memory Pool Refreshing

8,328 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (592,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,026 315,026 00000000000000002424a1976c116c4f5d53e892756715f5fbca72623faf951d 0.25 MB 488 30
315,025 315,025 00000000000000000a24aaa41f81315d58adb62ef7c196c9766ae635020cbcfd 0.11 MB 174 20
315,024 315,024 0000000000000000000181f37629e8b80debca2c295c350cb1bd156e7e1a25ee 0.49 MB 846 23
315,023 315,023 000000000000000027244c55854b585fa440ed33a19fff96d9b0d9ac18cccd09 0.09 MB 256 45
315,022 315,022 00000000000000002a75bdb189945dba3511a99d517d0d2e8807737b9c494011 0.07 MB 87 21
315,021 315,021 00000000000000002396d630268543f5e4b9d000dc480365a549d7beec543cf7 0.07 MB 87 16
315,020 315,020 00000000000000000030171f074c8320b9e21e45ba7284eb1b4b9aabb5df3ec8 0.09 MB 236 12
315,019 315,019 00000000000000003602591b546b84c5a66c7775f57b970d553b0c33f13d546d 0.12 MB 199 28
315,018 315,018 0000000000000000321529cc79be8d95ba2d00ac8d0022974b1ad6cc6034d0c9 0.04 MB 69 11
315,017 315,017 0000000000000000149c553a1c9ad80e5b6028d789b0c0ee1ed91e1ed4e50557 0.15 MB 146 19
315,016 315,016 0000000000000000277df6782a26dcbfcfc7f2862adcae30d13e23640b7fa568 0.42 MB 746 26
315,015 315,015 000000000000000036682b17a1e3504809df28eedbbecbf72dbf981e0b437e5f 0.06 MB 158 34
315,014 315,014 000000000000000020567f50485b5458e53c2dec8b85b5255f1d6507f021a19f 0.16 MB 190 14
315,013 315,013 00000000000000000ee625010fc5eb1070f5a9eb44878ee44116cd11406aa8f6 0.21 MB 512 33
315,012 315,012 00000000000000002b8062fbcf1c30062fd5b51c1c865f24bd279a7fdef97b1b 0.14 MB 260 20
315,011 315,011 00000000000000001e0e30d8559b741db52241c6b1952b621abb540345091b4b 0.61 MB 1,115 26
315,010 315,010 00000000000000001ceae4d647ba065d325bb678529e50092e73c86a02cf873f 0.38 MB 790 22
315,009 315,009 00000000000000001cb195b252e7585fbf1acb2d741c316a4b799fdc850e8203 0.26 MB 384 25
315,008 315,008 00000000000000001a11806493463442d7ce0f61677a4f2e08e9d7889a63d275 0.01 MB 29 22
315,007 315,007 00000000000000002fc2fa153050eb7ee6dee250cff09b19cf1dd5a92c999ab2 0.17 MB 280 27
315,006 315,006 00000000000000001706e84f4c8aa1767521241575498d8f1099d8d035313144 0.05 MB 100 28
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.