Memory Pool Memory Pool Refreshing

2,504 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (784,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,692 123,692 00000000000058b7e561958f225aeca4c3b86ee41dba550d1ac72e0f6c3f2a86 0.00 MB 8 660
123,691 123,691 0000000000004e133f228980c8590cfab76f4bf9a7c58748ac02dcbbcdfbaf68 0.01 MB 10 941
123,690 123,690 0000000000004731d0eac7c02ac30c101bf6ca1e9b82891087f7c64eff160289 0.01 MB 19 476
123,689 123,689 00000000000042d6fdab612af0fc5063875383150c5b6d42c57fff67ac89cabe 0.01 MB 23 3,868
123,688 123,688 00000000000046ffd64508f145ce1cd3336ec238b293d0179ef654862808cd0a 0.02 MB 56 462
123,687 123,687 00000000000065e437b2746407994424ae6608e1321baca1b8b223d358d9a13b 0.02 MB 71 1,138
123,686 123,686 0000000000005eb0cbdd38f06f9dce4e8a63e43e8f94a4e8f3eacdd54aa7e509 0.00 MB 8 412
123,685 123,685 0000000000004acfe6662b01f6cf728a23fe899f74e2cc15424c028a8f375ae4 0.00 MB 8 285
123,684 123,684 00000000000065666f39f04812978062ced63992ad3a30e94af11fcf06dea287 0.02 MB 52 359
123,683 123,683 00000000000050e9bc9ac6eeb54ab905fdccccf51f5f2caa4d870b0fa347a9d0 0.01 MB 17 748
123,682 123,682 00000000000030662f567b50b8e244ce0181c91107561bc30b8034981a9fbc6c 0.00 MB 2 2,487
123,681 123,681 00000000000008274a2a09c764aae94e7ae9ff9e2b66d6c96965c3e628930fc4 0.01 MB 27 493
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
Previous 10 blocks ↓
Total Size: 769.10 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,629.23 GB sent, 93.42 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.