Memory Pool Memory Pool Refreshing

1,281 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (796,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,215 111,215 0000000000005d376427280baa6904333ff891bf99397daf3d64533d156c04c9 0.00 MB 11 0
111,214 111,214 000000000000b80fd241e397da0d22cf92bd4ddb50be4b16ead9e124911ff06e 0.00 MB 12 0
111,213 111,213 00000000000088efb38b4f416e2d52c7045447a58d7ddb6574ce9907262a2508 0.00 MB 10 0
111,212 111,212 000000000001275305b7639d38ab54a082069b8d07ef87da4d5fd5c8fe4d13b7 0.00 MB 11 0
111,211 111,211 00000000000114fe1a6aeb9133fc93456f56bdb0b8da2a4c0c0a9435ab5a009b 0.00 MB 12 0
111,210 111,210 000000000000ddbffefb92d5008f417ba3bcb04d27fe518361748ccf29b425f3 0.00 MB 12 0
111,209 111,209 000000000000ae884609c798a25577efc983b1bd81f169a2e2400a10321e6590 0.00 MB 11 0
111,208 111,208 0000000000006abbdbdddf821b9aebbcbcb5d7db2903ae0fda04cae7d0852ead 0.00 MB 9 0
111,207 111,207 00000000000063ce71bcebf747cf15cdafd3bc1500025ba201ee08614f7cb903 0.01 MB 10 0
111,206 111,206 000000000000a3fbef10deb3230eef8ff7492091e2fd347e7bf59298046d719b 0.00 MB 12 0
111,205 111,205 0000000000005a39098ab9a39ed4c2d463d9c5b97ba659a76061e67ecda5b549 0.00 MB 11 1,195
111,204 111,204 0000000000002587eb738d7e817a8accc813679682c58f94148d904c7904a5e6 0.00 MB 13 0
111,203 111,203 000000000000643f76e1b7751fa31bd80bf45b08aa35233ba785533f5323bdf8 0.00 MB 19 0
111,202 111,202 0000000000005c2eeb0eeb6b31a1b7da11470ccecdd7c72687f37ce22a85a44a 0.00 MB 8 0
111,201 111,201 0000000000008b922cba4c060c348ca35bac1cc85e175486db9418c1cc54f2b3 0.00 MB 5 0
111,200 111,200 0000000000011e6d83fbc9dabe9100ed8f30df1a9adea8a994f6338d90857a9e 0.00 MB 13 0
111,199 111,199 0000000000010e27a963a2121bd092d50a8c355ce34eb103c8d80795f89d1fd6 0.00 MB 11 0
111,198 111,198 0000000000002f0261bf31a1b8a4f9d078aa6eff6a7dc5be04aa8d38bedb7971 0.00 MB 11 0
111,197 111,197 00000000000081dde56295a68263dfc9e3c43a3ec60f2c8683aeff610b1495fc 0.00 MB 5 0
111,196 111,196 000000000000cc249696bc2f9d28bba821394a50a2f1ac661aae70997a971ee2 0.00 MB 10 0
111,195 111,195 0000000000001aa7bc719aa737cdb42842dd58af5421b447e4fd01211ab0420b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.36 GB sent, 93.42 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.