Memory Pool Memory Pool Refreshing

679 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,489 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 674 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,488 (848,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,560 59,560 0000000001246bcbf34af591a912297d0342a14602237f3f576a9b2e5638b5e1 0.00 MB 1 0
59,559 59,559 00000000060f0d8643bd83b7f862a1fce6ab704cab82daec831f28215ad397a7 0.00 MB 1 0
59,558 59,558 000000000e9fd06b0b6d0afd4fe1fce9be491c9abbb2c6aefb8d1c2c3cb64e71 0.00 MB 1 0
59,557 59,557 000000000af8e38973e4e7195551185737c23b6f98fdbc08bea4b194e1847b3a 0.00 MB 1 0
59,556 59,556 000000000a7062accfe801b9ef357673a1300ebca7e043d86a627d218632c886 0.00 MB 1 0
59,555 59,555 00000000034fb4d963a1563ffa43910d98b7f5f15c9fff72fa5af921116ef2ba 0.00 MB 1 0
59,554 59,554 0000000000569b4a9a72f21647b635cb99d355079e162293ff3ac506dc7d43aa 0.00 MB 1 0
59,553 59,553 0000000000c9bec7bb7bfcd5eb069915dc22a666f0331cd8a96abe1fab69d280 0.00 MB 1 0
59,552 59,552 00000000005b63f7b42e2ad1aa53a9a8a0293467d2340ad779057a3a68f0aab3 0.00 MB 1 0
59,551 59,551 000000000e54100daec156e055eff4371efbbc45f407b09632da05515f00cb32 0.00 MB 1 0
59,550 59,550 00000000058a18ef2068bf22e4740ac919261e5b4fa89bf29892735e9b9cc2a3 0.00 MB 1 0
59,549 59,549 00000000086aabc8f865f1784703247628945dfd436c7500c47b90d988a25946 0.00 MB 1 0
59,548 59,548 000000000f584034dccf003083c1a2ca5180d54cf30d8f7624dc0d254923c33d 0.00 MB 1 0
59,547 59,547 000000000414bb08f754e8d9cea81b72f6a512c8eec39a571f2dc7f43efde2fb 0.00 MB 1 0
59,546 59,546 000000000b814d067702cbc25c3801e6da00a0e6eaed154d068d7beb7203d490 0.00 MB 1 0
59,545 59,545 00000000033afcaaa8237bf7942eee6089941ba14be8ab193d0e4876abea558d 0.00 MB 1 0
59,544 59,544 000000000c6bc8b0e182944eeae8198a7ad141c02ee97899c1394ef8d0ab96b5 0.00 MB 1 0
59,543 59,543 000000000b30c1b17bc9c44d33e1f50ef14916148be5e1a2d24ce5af3619291b 0.00 MB 1 0
59,542 59,542 000000000e0d72b99929306c34db9794ad489468ac3a32e12825c4023ef5b2b6 0.00 MB 1 0
59,541 59,541 00000000023a5b71e2b692ec30f86e4be39f2e09551e6d1e8c8ab641aaff8b3b 0.00 MB 1 0
59,540 59,540 000000000744541dcdb4bfed1e8aecc8524b7c07a1e7b7b74f4e38f3bdaf5acb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,810.61 GB sent, 100.06 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.