Memory Pool Memory Pool Refreshing

15,733 transactions
5.08 vMB
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (7,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,674 900,674 00000000000000000000b9ebe4db8d1c82518aa98cd143438abf9533331c39f0 1.49 MB 2,210 2
900,673 900,673 00000000000000000001c0ab47cafe75709e5893a91673fa3d16e446c92b3b53 1.43 MB 1,699 2
900,672 900,672 00000000000000000001ec2c20881d0b9b8ccabc8238cf5e6368f495c2cdb6f3 1.54 MB 2,826 3
900,671 900,671 0000000000000000000227ced7441bd9d951c5b1f678f594e1c3cc70f1a816d7 1.28 MB 1,054 2
900,670 900,670 00000000000000000001b9de368dbf3e1430127231f0110712e1966b0eecc213 1.68 MB 3,634 4
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
Previous 10 blocks ↓
Total Size: 769.02 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,623.37 GB sent, 92.97 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.