Memory Pool Memory Pool Refreshing

1,665 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 1,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (7,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,669 900,669 0000000000000000000233949714180abbda4d65a9acac3eb261efb6b988604f 1.62 MB 3,990 5
900,668 900,668 00000000000000000001bb26e4a41d1e40b706f7f065939b96538c25d054fb56 1.51 MB 1,822 2
900,667 900,667 000000000000000000008fd4953ba1bbb8e102bde0709e7cb33900acdcdf0159 1.47 MB 3,121 4
900,666 900,666 00000000000000000000d8957188da40112cbe1daa8d4c256acedf28ee7f39f4 2.08 MB 1,059 1
900,665 900,665 0000000000000000000108ba92a235f5c3311c09118b3b4636c82ffcd71152a9 2.36 MB 92 1
900,664 900,664 00000000000000000000037817218772ecef1a73fd006c936b9b6efa096ca0bd 1.75 MB 2,541 2
900,663 900,663 000000000000000000005df0b975bc5fa22e83e15325abe038eb3d9d67613876 1.43 MB 5,012 1
900,662 900,662 00000000000000000001f65619302013117f435603d03d63721b844d5556aa72 1.33 MB 1,795 2
900,661 900,661 00000000000000000001b58b3f394613f2c3f6c01291c89b4cabc50f6f8b0206 1.61 MB 3,473 4
900,660 900,660 000000000000000000009ce636ff60f65f3a30704559a21db6ddeaee0703e0b6 1.57 MB 3,932 5
900,659 900,659 000000000000000000008c484b35731ca1ad6ab72b7ff12991270a914951a333 1.89 MB 2,595 1
900,658 900,658 00000000000000000000d4f18d577822e33467dfa38bf5ad845ace62e2660f33 1.59 MB 3,411 3
900,657 900,657 0000000000000000000121a8a79daa52b130e684ae04802361ab1110a364680e 1.63 MB 3,814 1
900,656 900,656 00000000000000000001ea12f1aa9a6ca67eaf0889dcc461a8be05ea3c19b852 1.79 MB 1,965 2
900,655 900,655 00000000000000000001adad78018a214f8496bdfba94de01936e40318c806d8 1.69 MB 2,587 3
900,654 900,654 0000000000000000000122420f88c59a0a203488d654780b06820f5176610b27 1.02 MB 194 2
900,653 900,653 0000000000000000000192a89fcf7f1ab1c8b5c28fbf5407c21aee90f5d2160b 1.36 MB 1,919 3
900,652 900,652 0000000000000000000084599e5e0ea68c2b65c41e91501faec60f98fbcf90d5 1.07 MB 408 2
900,651 900,651 00000000000000000001fe5ec263e29a6fb56032d974064691c215e39a6d0fba 1.67 MB 783 2
900,650 900,650 0000000000000000000089e48f9c2d203932e001129037fada0622096f4743c5 1.69 MB 3,614 3
900,649 900,649 000000000000000000012f4c0fc417a6ebd0bda2122f0b389ff4ae5937385945 1.62 MB 2,930 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.