Memory Pool Memory Pool Refreshing

2,115 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,409 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,098 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (810,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,334 98,334 000000000002bad0a808dd19cfeeb2f199732473691e98b8f0032fc378926f4f 0.00 MB 1 0
98,333 98,333 0000000000053d207e3ac46d00543a15897d4d56a3b217f8bea4ce78b11ea9ac 0.00 MB 1 0
98,332 98,332 0000000000054a5f3196c986a226eb0df99e1437b7c38298903f928fca7499f7 0.00 MB 6 0
98,331 98,331 000000000000a88b1925b322ab4a7ad3428925ada80f0684a853b78c2e6d83f8 0.00 MB 2 0
98,330 98,330 000000000003993d7a773e422c4e4fc945bc68bc1cde62dcc26d2cb4a2fe2792 0.00 MB 1 0
98,329 98,329 000000000002cb06a4547c23ef8b5e9970b660b1eb7e0f6c6856e211eb25a0de 0.00 MB 1 0
98,328 98,328 00000000000477d4c48bd8d932d7e10c0fd8b187d5f916e59705aa6bc55e734d 0.00 MB 2 0
98,327 98,327 000000000003bd4a91681fbcdb8fed42d088ceef88f455877fe8dbaa5d19de75 0.00 MB 2 0
98,326 98,326 000000000000c160a01c1e4476c584229145a8295b64af56bb005533f6e09420 0.00 MB 3 0
98,325 98,325 000000000002fbf93a663bae551cc2be6738d97b4cb2ef33275622e4615f4bfe 0.00 MB 2 0
98,324 98,324 00000000000404c9412b6dab73db7f17244bac0a792e8c128b985bc1d05c922f 0.00 MB 1 0
98,323 98,323 000000000001c1ae964e22b389786aa2000388b40cb39a1f96098b70b16df871 0.00 MB 1 0
98,322 98,322 0000000000020d5cecacdfd24da2fbbf5840fd899b384be90195e17217921a52 0.00 MB 2 0
98,321 98,321 000000000002adfe105be1abefea81770a518f47bc0b2cc89decba0acbc015df 0.00 MB 3 0
98,320 98,320 000000000003f1b87b2e7a8631e8ffe5c461c574bbb50ba7ecacf986ccc5b768 0.00 MB 2 0
98,319 98,319 000000000002b6906ab9ab83b8f421a4e20b7bb2be5f4eeebcbe3b99b4dc108e 0.00 MB 2 0
98,318 98,318 0000000000049c1b1ace423312ffe7ab4557aa86e87ff6961e94f86f98253404 0.00 MB 3 0
98,317 98,317 0000000000028e64668242915c1922096b7b7a614e9f729cfcec894bb4bc7a75 0.00 MB 2 0
98,316 98,316 0000000000036561bd089dc2c13d23303bed5ebe609371c45b88016b2a522a9d 0.00 MB 1 0
98,315 98,315 000000000002068347f55b669b17c61f70a976d72acab4639b96db54e5dbfab9 0.01 MB 7 0
98,314 98,314 000000000002798426806e475f4a379807cca4e91e38b85faccaa1ab54ab69c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,721.91 GB sent, 99.35 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.