Memory Pool Memory Pool Refreshing

3,420 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,105 (905,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,544 2,544 00000000a3633674322a3ad241b11175f7200503e12e9948090dfbbaf8aa83ce 0.00 MB 1 0
2,543 2,543 00000000fc475c10ab951e3a3b01b45478de43741cba68a8bddcd28063fb686d 0.00 MB 1 0
2,542 2,542 00000000ac41d26f0e2f890a33895e1317f735f298b76f409103a4f4f0f93d72 0.00 MB 1 0
2,541 2,541 0000000099531766ee9897533ea3fdecefa07109234dd0a52973b55f681b7c69 0.00 MB 1 0
2,540 2,540 00000000e3691de8b867864819eb3a97965e196f5f28f3ea18556af720845db3 0.00 MB 1 0
2,539 2,539 000000008efa1b463e936907b292aba8ec65a84c4b1e0978763b3e3dd9305b11 0.00 MB 1 0
2,538 2,538 0000000044521f3387f0d64467c2abd615f9c8ce3547542d4af7de426cb553b8 0.00 MB 1 0
2,537 2,537 000000005180e108826aae57b4910e1a06f8bcb7b3e163913cea4f491143f4cc 0.00 MB 1 0
2,536 2,536 00000000ba9d6ac9ee33b7740320afeb7a0cdd98f98a0dc84c9a6aca1160190e 0.00 MB 1 0
2,535 2,535 00000000bb0ce082a9c12a10d4bf003e64d2d3de464a7b7011588660426fe145 0.00 MB 1 0
2,534 2,534 00000000f021c6092044c58a0b4d398fddcc9eca3ad36c8621ac7337231db4a6 0.00 MB 1 0
2,533 2,533 000000004d092f3b5f821106ec5aa6aee923e5900418f31d8083f65e72ae8ffa 0.00 MB 1 0
2,532 2,532 00000000c3323972d09a12c61078412126e11cc28a73fa6f3e9d3aa63234c4c4 0.00 MB 1 0
2,531 2,531 000000002d942807eaecfd8c7dcd0876ad677ba0cc0324cd8764cbf36ec4a1a3 0.00 MB 1 0
2,530 2,530 00000000d177b625fedabda6866495f9c1817d65df8c4e06364a7955f4642ef3 0.00 MB 1 0
2,529 2,529 000000001a3cb4676a0e06619cf40a6277b228b7d992ac29a90dd9f598d23793 0.00 MB 1 0
2,528 2,528 00000000d5fe6c3e1933e102f80a06050503d39177c4055f30efa6e68f53e632 0.00 MB 1 0
2,527 2,527 0000000016ef0ca7d0a7ee227ded3f37027c1c25a19aaa625e01a351a297f629 0.00 MB 1 0
2,526 2,526 000000009b292446110215b7e9909c0ff7caa80b6d5a18ca5197d8ee5e083ead 0.00 MB 1 0
2,525 2,525 000000001520f175deec6aa18a3175b2ba70f826fd13b537b6e625c2a2cdcfb0 0.00 MB 1 0
2,524 2,524 000000000e1a27ff4c29ef750fb620bef5697a32554e007f008c36bdc129b150 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.26 GB sent, 96.60 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.