Memory Pool Memory Pool Refreshing

4,042 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,990 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (591,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,548 316,548 0000000000000000084cabbf4d76cb62a45ebe8fefad0f5ffe4d233f17253a43 0.18 MB 289 26
316,547 316,547 000000000000000018fe1f360d8a7745b1119209db28a9141b4d8e8dae83bb69 0.02 MB 32 26
316,546 316,546 0000000000000000100493733bff52a8e1c7d4ea02f7b9ee2bc7d9da10e3527c 0.18 MB 283 26
316,545 316,545 00000000000000002a5a90e443aa9764b36a6af20b2eb33ffafe2c56decb622e 0.04 MB 128 44
316,544 316,544 00000000000000002b5eac32621be93ec1970670183514b7dd377207b106e522 0.16 MB 362 25
316,543 316,543 00000000000000000a108de602fe2ea7afa549af8e480579b6af7cf0f169198f 0.13 MB 251 31
316,542 316,542 00000000000000000190d592a028d9ae3f5e2f2782846f553e4ebfbca4cce4a4 0.52 MB 1,109 31
316,541 316,541 00000000000000001e86a78f8cf36ae0dfa7fb48010575adaa78818d92857248 0.14 MB 249 26
316,540 316,540 00000000000000002a90ff65c0cf3d88bf40fc1025696bade7e85ecccd235cf8 0.11 MB 256 33
316,539 316,539 000000000000000020db9864b9af7da615377bec34fec70144c0ad5bc08f2d29 0.05 MB 121 26
316,538 316,538 00000000000000001064fe6fb99346fa165a869ab60eb4528b2b44b0bbc690fe 0.62 MB 1,075 32
316,537 316,537 000000000000000012b45edfb914ec74aa11c16c27cfcd810626779c8f73d93a 0.39 MB 654 26
316,536 316,536 0000000000000000254a545ed40d3dcec9584c1de1dde59dbf7078bce546f9e6 0.16 MB 277 26
316,535 316,535 0000000000000000101bb1d5d4222d329e9011cdf2bff836adf0bc08a2bd1dca 0.07 MB 153 29
316,534 316,534 00000000000000002bf4d28ea2ac3a87b2dac381166953173448925d8fd4a315 0.34 MB 425 18
316,533 316,533 00000000000000001f1befea7556d44fbf94887ab05218f5caf3909a9605111a 0.35 MB 835 44
316,532 316,532 00000000000000000dbf18141db0c746bbb963e8980e539aa3a1d875dbb44dd0 0.15 MB 512 45
316,531 316,531 00000000000000000f2672005ad158c8ec6df24bae296b3f93435b756411800f 0.08 MB 131 23
316,530 316,530 00000000000000002ae371e3f92d133471adbb4bffab90fb2b9b2b8b17aff38a 0.36 MB 495 22
316,529 316,529 000000000000000011034c3b92a6d14cc7d2ce475a9436c7b14cf8878a771fc0 0.08 MB 256 47
316,528 316,528 00000000000000002a98ec39f72562f90ea167fac05e052ed008fbbeda8eab83 0.24 MB 176 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.