Memory Pool Memory Pool Refreshing

1,222 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,402 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,401 (808,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,533 99,533 000000000001bf9f55ea9cc21eb73f58edd67771efe68416c9906ef2d278ea53 0.00 MB 12 0
99,532 99,532 000000000000950e0fa526bdaf807d61e2aa983bee6c4d9299d80000e2c5dd77 0.00 MB 1 0
99,531 99,531 00000000000428dc38d0fb12b1918dc01a5bef0c039d6821a2cacf2fff97fc29 0.00 MB 3 0
99,530 99,530 000000000000ffc19b05bf53edf3b7ec484f99df389ebc05c714ee427f427496 0.00 MB 5 0
99,529 99,529 000000000002225e6c35decb24084d318121618d50779a452b29db6e62c74ecd 0.00 MB 9 0
99,528 99,528 000000000003c5e1ea217ccfb800626926a90bf99d5e6767292b0a4058b8b6af 0.00 MB 8 0
99,527 99,527 0000000000037e12dec0731dd6043ec404fa476b097252bd2cb55564c20835f6 0.00 MB 3 0
99,526 99,526 00000000000269d32568e16bfc230687e78fb9e2650dd4360677ec5c4325e222 0.00 MB 2 0
99,525 99,525 000000000000cdd5fcd1b7d099697c61175cd2b0e83f1c01103f0badc7fa22e5 0.00 MB 2 0
99,524 99,524 00000000000405e6b8f7c59b6da237bdc4b487515f28f67d46e2c1c8356aab7a 0.00 MB 12 343
99,523 99,523 0000000000015b3c5b07270e5d94bc6bb7671de3eef00172cebf49e1a8d467f9 0.00 MB 4 0
99,522 99,522 0000000000016b8d09743ade157a74b3c4c9dbbc7c825265f8350e4b74d201ca 0.00 MB 4 0
99,521 99,521 0000000000043461ca5d24a1dff5956e9a79d5db0c584d72d1372d59ed8d61de 0.00 MB 4 0
99,520 99,520 0000000000046d33ec1d27d805ead6661dcbf73b6939bf1c0c974ad3e91303a8 0.00 MB 3 0
99,519 99,519 00000000000095e95412112ecc0778585ebd4c0d14003d3041347aa24d352378 0.00 MB 12 0
99,518 99,518 00000000000063af5fe706acd04c377bbe1047d422ebdc82852ef734e4d835d1 0.00 MB 11 0
99,517 99,517 0000000000023d491d8f956218aa6582a34de2d967befcef106469d4cb83bc49 0.00 MB 1 0
99,516 99,516 0000000000008df46fb422b077b16882c47c085a8c649b9740cd59188e118298 0.00 MB 1 0
99,515 99,515 00000000000393525c334738b26d8472c7211ab0b440ffd0a8ee7df8b0a15582 0.00 MB 2 0
99,514 99,514 000000000000f1053ef7bc3dc9e2118c8e581f9cb6ada5e7a3a32696f900252c 0.00 MB 9 0
99,513 99,513 000000000000f66768c894d8b354797599c5fad0ceb1a2626c67045688b1eb7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.44 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,709.27 GB sent, 99.29 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.