Memory Pool Memory Pool Refreshing

23,555 transactions
5.16 vMB
Show Random Selection Loading Transactions
Max Size: 38/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,211 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,210 (783,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,680 123,680 0000000000003410d4b9d3395fe785ece42bfd8b4493c415603432aae51b0497 0.00 MB 16 0
123,679 123,679 0000000000001c8352124a0f0d753f959e454df8eadd4e5831fe3b3fd704f010 0.01 MB 28 293
123,678 123,678 0000000000000f2e2ae9e6d4f324505fb15ae2b3dd94a844ec5fa69e055247fa 0.00 MB 12 888
123,677 123,677 00000000000017ee04927e4970dc664588fa29419562a99c4153d943979d80fc 0.01 MB 10 374
123,676 123,676 0000000000003cb5b6aefb5e3a8f18f4b68c673bccf187d37d5eaa34687369b9 0.00 MB 12 0
123,675 123,675 00000000000003379019e47cf060564a596891ccbd755ccdfc0941ca6c15492c 0.00 MB 5 2,223
123,674 123,674 0000000000001884e2d3649a8fd35a1ad97af7f8907b7cf698bead8db49c0795 0.01 MB 29 595
123,673 123,673 00000000000057a781d4f7335cb10c280e967bc9d5722cf554587a296e1e80ea 0.00 MB 13 0
123,672 123,672 0000000000005a03f5b87032f03ab8610888972d51e06800d59c740824f6e712 0.00 MB 10 1,119
123,671 123,671 00000000000035d686877a558d8bb228f05b382b63220bb2c3422820a4213414 0.00 MB 3 1,164
123,670 123,670 000000000000515314decac65bab846ed115df4047b1e7b808330af71a6e575f 0.00 MB 9 1,055
123,669 123,669 0000000000000269a9d3fb6514c7d0cde84ddb2e22268e6db8cd4bf0881b1b32 0.01 MB 32 236
123,668 123,668 0000000000000d96c29784d690756701a2c558bedd0aa410e5ab6ad0fb01c33f 0.00 MB 10 0
123,667 123,667 0000000000000a216f785beb205928cffe8605529400ebb15e30cdd1cc003df0 0.01 MB 42 553
123,666 123,666 0000000000003fa45ecff820495860e4dfe0af33aa9c81465cffbb8edca32608 0.01 MB 11 580
123,665 123,665 00000000000034ccb722971993df052b614249b3415c36fbd2814a33dfa524d4 0.00 MB 8 2
123,664 123,664 00000000000033bcf1da2b18baa4421788abd20b9902e217f384b3e06a2cd934 0.02 MB 23 0
123,663 123,663 00000000000045a2a4eecddde440f1168c449bea9baad84068055d9263438c67 0.02 MB 81 1,579
123,662 123,662 0000000000004444a5c58b18ad9cc5c2e9d2fc35693c35e4a41cc1ae42bc5442 0.00 MB 4 975
123,661 123,661 0000000000004d58a0bc2e5b2f9291ba40cc40948f0a651cf1013bd99031336f 0.00 MB 1 0
123,660 123,660 0000000000005242f502d90e7a0246a06fa978311225e2d921b0290aad36ad08 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 768.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,534.71 GB sent, 87.61 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.