Memory Pool Memory Pool Refreshing

2,758 transactions
24.29 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,515 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (823,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,128 85,128 00000000001d4ef2b0d66d955d7f3f29fcbd130d07b68acb178f180b4f263b15 0.00 MB 3 0
85,127 85,127 00000000000d30a94ac568e6061516bd275c77d61deda2dfa4d78da5b98a2580 0.00 MB 1 0
85,126 85,126 000000000025cf07a33140aca803b7325d19912ecc20ff27a400e6add85c202e 0.00 MB 2 0
85,125 85,125 0000000000176a2210ceff5875cf830de8c2b25f52acee80c29d66a8888db3c7 0.00 MB 1 0
85,124 85,124 0000000000058d9bd8076cff318a62ca59417697f01413d577d9b0a245ebda17 0.00 MB 1 0
85,123 85,123 00000000001ef95d42cb0bfd2e5d5e9ab4c2398652634edf5e02e582ad21e91a 0.00 MB 1 0
85,122 85,122 000000000016dc6bc1c7ebb04d49f7de8aae94ddb944dc431cd1b4740dcf4e95 0.00 MB 1 0
85,121 85,121 0000000000254f50435973bdfa8d4835beb008b5c5175a82cf7bc5abded87014 0.00 MB 1 0
85,120 85,120 000000000001a04b910f9ea96e7a4be6b35b785943c7c2057ad613eb2b190309 0.00 MB 2 0
85,119 85,119 00000000002d929307f22ff77d2c0a18c6909461795d019388bd28f1aa6ccbcf 0.00 MB 1 0
85,118 85,118 0000000000292d7ba6c8361b2260043894c027dcb6734faf104634888f0b2e36 0.00 MB 5 0
85,117 85,117 00000000001dbafa9de55b09059cfed3cbcc2e28589b518a371853958ab1eccf 0.00 MB 2 0
85,116 85,116 00000000000d8235f4d2541ef6a1f725ba455cf05dea59041a4c4e1cc3fff0de 0.00 MB 3 0
85,115 85,115 000000000017eb734936a27a47cbdc4f2945022ac65dcf9d22e4e1f6d90f0fcf 0.00 MB 2 0
85,114 85,114 000000000023f5d3119f0e28d32bce4baf6758df5bfd7075d1a5abeb4e35d52d 0.00 MB 1 0
85,113 85,113 000000000021468553109245b043a8731c7f67544928be859f821e19aaf07e43 0.00 MB 2 0
85,112 85,112 000000000006ed58b78af7bab4f7e597dcb1e94ebc4342205bae3fd3c7279d7b 0.00 MB 1 0
85,111 85,111 000000000028c3137eef17fb5e7490da885592c03e19236481871b00ab4cf21a 0.00 MB 2 0
85,110 85,110 00000000001793c7299024495fa24dce2dad88766e495a119fcb980456df2a2c 0.00 MB 1 0
85,109 85,109 000000000013c9147fd97297ab974b73dc344c702ffdfdf85773516d70342a8f 0.00 MB 2 0
85,108 85,108 000000000002b8568d3c56e7ebb672ba5ea23fe113c90a80f035dafc15d2cf36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.30 GB sent, 98.56 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.