Memory Pool Memory Pool Refreshing

3,820 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (612,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,214 295,214 0000000000000000a00d937ced4b096fbb85714714f4333fdb0a4e488a6408a8 0.21 MB 407 37
295,213 295,213 000000000000000096fe058f5050125b96b465908613bd8602d362480bd6dfa7 0.01 MB 32 49
295,212 295,212 00000000000000005a4ea6ce27ae956dccaa6416a6671c0fb8df0b341c0a0048 0.31 MB 415 31
295,211 295,211 0000000000000000757a42b06a2436f31f5802b82ac585379d7f3e21b97e9cff 0.12 MB 256 28
295,210 295,210 000000000000000052e26037958001843beba9f89240ba49f980fb2c3b9e4001 0.10 MB 256 63
295,209 295,209 0000000000000000629dceb43e2c012b1cbcb29f45ccdbf027583e4a3c6c7733 0.00 MB 1 0
295,208 295,208 0000000000000000a6024bbbb4a80b50b65a8915fb684cf3917d3d6a2f29b249 0.23 MB 442 48
295,207 295,207 0000000000000000234ab5437a0d023937182022614b7134f7259cb1f69ae67d 0.05 MB 146 33
295,206 295,206 0000000000000000557a33550c68e42a7bbe7fec75317a71b2ee99559456cbd5 0.52 MB 346 19
295,205 295,205 000000000000000048dfa931cd9b1890c8a5708690ceae0d4dfdb39ffbbc3917 0.25 MB 570 37
295,204 295,204 00000000000000008451d2559dd1582fcdf464d5e2a14c07fe8bb3dc738ae92a 0.19 MB 512 65
295,203 295,203 0000000000000000adbf11fd3033ac8a64da503e748f9639ad9edd9b5f1f7cb3 0.09 MB 236 32
295,202 295,202 00000000000000000c6288a18248992b6b371d04c0f409d730b2baaafcd50ece 0.35 MB 612 48
295,201 295,201 00000000000000007e31545bc4c2c59aec18070babddffa57c0f37c2e5254650 0.46 MB 1,037 34
295,200 295,200 00000000000000005a52e8c0b5ac34c23e75fa672f25c2fb2381927f97717da0 0.13 MB 169 26
295,199 295,199 0000000000000000619837815ab55fc5c0a4ece049a5a671ca942aed7a1991d2 0.24 MB 392 29
295,198 295,198 0000000000000000ad0e82f2664039245f69980d79f6fba14d884ce497d67362 0.11 MB 256 51
295,197 295,197 00000000000000001d06fd2c183dd78c3086b64b2ba1ee215126d87e8e10a2da 0.29 MB 256 23
295,196 295,196 000000000000000003f26ad8070cae368d6c9ca3ea57c4421073bf7c16043912 0.39 MB 414 21
295,195 295,195 000000000000000097e8824b21ef1c51c431e1beb8e25d6d8ebe9af359484c46 0.84 MB 1,442 39
295,194 295,194 00000000000000005dc5ad546d823baa4cc22dba0bcd2e0c3f542d39de04d2d3 0.40 MB 508 21
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.