Memory Pool Memory Pool Refreshing

3,261 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 1.00 vMB 1,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (7,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,684 900,684 00000000000000000000bbaacead344e77fc02be21fece4b4b704a750afd2d3a 1.09 MB 516 1
900,683 900,683 00000000000000000000a6bda1dc1dbba148b1242ce9fcbf3e125b876deb6a51 1.17 MB 672 1
900,682 900,682 00000000000000000001476ea67a732345f40f7c76547dd660bbdbe868ce0efb 1.52 MB 2,117 3
900,681 900,681 0000000000000000000197eb9516e44d9b269747d199c72e8202541a040df1df 0.21 MB 258 2
900,680 900,680 00000000000000000001e8008382309fcbcedc5b707200fd74c7e4bed40d2591 0.45 MB 955 1
900,679 900,679 00000000000000000001e2f00d0c0f8af625a3019a3bc241ce30b00d7aeb38c0 1.50 MB 2,324 3
900,678 900,678 000000000000000000008d43e9440e715ed20ce318f7ef8b930ed5c8ca258141 2.00 MB 2,971 1
900,677 900,677 00000000000000000000a90a7b5e3785dfe07e3e1deb62de8b964e2403706f39 1.75 MB 1,474 2
900,676 900,676 00000000000000000000fdfd049444ae48d23a603ee7e3fc9303a2785562a062 1.53 MB 1,548 2
900,675 900,675 000000000000000000004736fa20fa85cdf538004a28df896264cd01361ec065 1.52 MB 2,429 3
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
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.45 GB sent, 93.12 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.