Memory Pool Memory Pool Refreshing

6,718 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (784,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,702 123,702 0000000000004a7eb38134e29c5f88308eb7520e6b37b22f2e96dab836c9aa2b 0.03 MB 44 475
123,701 123,701 0000000000004c8fa09984079d1115f6fd90f4d210945bccf163a53c1dc981bc 0.02 MB 38 770
123,700 123,700 000000000000415dcc7583e49cf914e166eae4753f9772cb32145c42c7a568f3 0.00 MB 5 2,404
123,699 123,699 0000000000002ebf2a91784454e913a664a93064b3f7b090effe7111d1c5a06a 0.01 MB 27 366
123,698 123,698 000000000000203e3ec6a3afcbb331b2543c4dd6ce73edf7bbb4b84ff8ab825d 0.01 MB 10 472
123,697 123,697 000000000000644e19545d99caab497b1732d0e451d558efa3b8709ce9cdda5e 0.02 MB 55 0
123,696 123,696 000000000000155427fbc650c8ed20c57eb4d291971b372747f01a5fd2593a89 0.02 MB 20 107
123,695 123,695 00000000000004459283ca6d48db5899eba3a20e027f37327d8503c5076329d2 0.03 MB 50 441
123,694 123,694 0000000000000541d01f3d3c2861c1051257cb758ed9a831c2269ab1a87f6c86 0.01 MB 23 124
123,693 123,693 000000000000030ecf54a08d54e448d927937022bc55df5f7280d72b2d4028c1 0.00 MB 12 0
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.