Memory Pool Memory Pool Refreshing

3,702 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (566,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,192 341,192 00000000000000001214079fa3020817017b4ecffad5e5c933f06a89442ed12b 1.00 MB 2,518 33
341,191 341,191 00000000000000000174c88badbce956180135cdbe20ecdc54b6528320f69d24 0.10 MB 119 6
341,190 341,190 000000000000000017a17e0bf8832488852ed7f4c1832fa39fcefd1a6f76dac6 0.10 MB 254 28
341,189 341,189 000000000000000019637dc51444a9769ff7ac81efd91707fbaf1356c5b1881e 0.41 MB 824 26
341,188 341,188 000000000000000000c55bf16fb0e53f5c41eb9df0573a02ab948fe894dba139 0.10 MB 164 15
341,187 341,187 000000000000000016715b69f38bc24bba5a0d1024e297cce21ad1e65b6fbc18 0.31 MB 489 22
341,186 341,186 0000000000000000018b8265fb08f24062154b578c1b163a257ac258c0e0a4a5 0.24 MB 459 24
341,185 341,185 00000000000000000ddc6f102ad7b4a137884880b689aa77e2af40a5328375dc 0.48 MB 986 26
341,184 341,184 0000000000000000068802a29814af95130112c8981858de833f3b94a3bcca7e 0.33 MB 725 24
341,183 341,183 000000000000000001f19889ab045138307f5cef9809b9f12146b576c5581558 0.62 MB 1,097 26
341,182 341,182 00000000000000000f572af079d4935a2a56bd8b1e9ee32337ea11ff6cf6a901 0.51 MB 945 26
341,181 341,181 00000000000000000b009b0eed620119316249605b3730af2667b6ed99dc4b53 0.14 MB 328 42
341,180 341,180 0000000000000000047ff96d0b3dcaa1d4cc2470aa3b4deae2a65ccee080a201 0.23 MB 440 24
341,179 341,179 000000000000000005a5b4430f2452e9f6ed1ebf1b48b63e0bce864860841e66 0.74 MB 1,490 29
341,178 341,178 00000000000000000796b64bb552ff4774ae0a57fd83e15ef88f8a0928d87506 0.14 MB 251 23
341,177 341,177 00000000000000001223fe55a7c630a4d6ff7933a46ff24f9036b2d90fcc6cb8 0.40 MB 830 42
341,176 341,176 00000000000000000b1142eec5a1716897055de1890f36b04b23c3baf39b0451 0.68 MB 1,169 22
341,175 341,175 0000000000000000003b421398b983ff7b7cdb49f07b799dcf28e6026e118971 0.22 MB 512 35
341,174 341,174 00000000000000001785f8c5f4aab2a0dd286acc0a46e936af977e62862b4298 0.19 MB 180 2
341,173 341,173 000000000000000004abccc09e2f5809d1c42ce7cb5c7556c0dbe0f117809612 0.05 MB 183 30
341,172 341,172 000000000000000017e76dec850a14ea6475e5dba578036f4632502d5a2b7e9f 0.37 MB 703 24
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.