Memory Pool Memory Pool Refreshing

6,384 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (850,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,507 58,507 000000000859afb5e81fea4eff781ed7fbd7ab3f1c39ffef90e6c768592e1c5a 0.00 MB 1 0
58,506 58,506 000000000aeda52a2500451590137233ec4649282e614ff2a38eb76382e070ff 0.00 MB 1 0
58,505 58,505 0000000005cc930cce3d7cdd99ed1045a2e445af720d8e9dea7fc3914bb407e5 0.00 MB 2 0
58,504 58,504 000000000257bc3468efb1bceb4c4ca2582f8f92acacde1c74a2da609f8f40bc 0.00 MB 2 0
58,503 58,503 0000000007f565116ed960c36ee95da88dc0e3801f75f13f8df8281a4f03cc7b 0.00 MB 2 0
58,502 58,502 000000000dcfcb84e84dafcf6765241c6a9aeb7e531a6e19c19499fc98ec24a8 0.00 MB 1 0
58,501 58,501 00000000095c02032218cc7ee6797926ed2235778745a6383b72a85766dbee8f 0.00 MB 1 0
58,500 58,500 0000000002b95b79690ad708aa689d28d688e7fc881fab227ec6f9ca2a5c7a34 0.00 MB 1 0
58,499 58,499 0000000008615b54a7fab6e3add9802ce735880b78c279dcc4a82316c8e96c97 0.00 MB 1 0
58,498 58,498 000000000805a7ef601693da611ec2083ac44f9c547398cb545f1d380573bb29 0.00 MB 1 0
58,497 58,497 0000000003df9d66e38815cc76dce632ee2284515d26c7bfdf3fe440852bd51c 0.00 MB 1 0
58,496 58,496 0000000001328714005514122822fc1b667c63fa6ff312c6b81cff6209b3650e 0.00 MB 1 0
58,495 58,495 000000000492d4710736cb3539fed73e4bc1cd1b40d3c039d657b65526352167 0.00 MB 1 0
58,494 58,494 000000000a8eab84783098da9b2838fccd24c5e90e8c411a05592e1c25a1016c 0.00 MB 3 0
58,493 58,493 000000000b173ce7945ddc76723a7d5774f5366ac575bc29b28223c273217a80 0.00 MB 1 0
58,492 58,492 0000000000fe1959921d12014cb1585c06b90c2f2c6ae3f066344a21d91809d5 0.00 MB 1 0
58,491 58,491 000000000d703799ed444feb925fb49a667f8d47548386fab624a3c29b39ee0c 0.00 MB 1 0
58,490 58,490 000000000c3a6b4247afa68b5b1369199d6529823642c1c497a5d10ede48786a 0.00 MB 1 0
58,489 58,489 0000000007b54b5f9c637d9c954dfa32d31e152599c09c4258040fd2b994428d 0.00 MB 1 0
58,488 58,488 0000000001c3c8f815d14bceebb4c793d10560e98eaa8f934e4e02d0990f3884 0.00 MB 2 0
58,487 58,487 000000000d00cde8b90ca507b351027f16468a308db6ebe83adc60633ed2d4ba 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.