Memory Pool Memory Pool Refreshing

14,044 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (766,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,589 141,589 00000000000001bff1ab28c442c531c40621df927f98df01bfc96feed0948e5d 0.03 MB 53 104
141,588 141,588 000000000000073f84795a86bdaa9fdaee6b8b4a7776b00501310acafd0442e4 0.02 MB 46 146
141,587 141,587 00000000000002ff7869820912bfb7bb544319901230535290884b8975d1b638 0.05 MB 118 107
141,586 141,586 000000000000008fab57df4efd11b464a651d9c68a9bdd124608aef2f10150ac 0.02 MB 33 36
141,585 141,585 00000000000007cae7a782a4c00bbc3d5d337c2f4e32c28d0ddb6de7639c7904 0.02 MB 51 170
141,584 141,584 00000000000007137f4969b2a4c6c16947d48e6bd7675046d31005f37e123a51 0.05 MB 114 264
141,583 141,583 00000000000003e455ba626b11302984a00d049ab04ab84bbe9263d8d70c3b8b 0.02 MB 18 103
141,582 141,582 0000000000000701ff4f57a6fe11f9c90cc78abf3a6dc96cf6e837be13389092 0.04 MB 84 196
141,581 141,581 00000000000007a837d471d0cf045e40e2489e74308b6dfa65f5997519e98dac 0.03 MB 100 6
141,580 141,580 00000000000007a060754820a58c0bb5cd5c9f9a4f09d11102d15f9e55933aa8 0.00 MB 12 831
141,579 141,579 000000000000021aca7991acf73ec283a30d3575148bf919f6986f36d45827ec 0.00 MB 12 17
141,578 141,578 00000000000000dc0f3a851942b5ddf50ba2c17cbe244e7636fe5e9d4e09ef55 0.03 MB 79 190
141,577 141,577 00000000000000cc65a3e4904b26ce3e9b07aa8750628d29afba1b57a12e654e 0.02 MB 43 313
141,576 141,576 00000000000004962ae0f7cb5ed5be49613109c4539505e77155408eb9d8622b 0.01 MB 13 212
141,575 141,575 00000000000004b36d41d836cd131c221385feee9ebd1ba0b0391238036f9d21 0.04 MB 77 123
141,574 141,574 000000000000064764f9a69d565a2f7a1fee9a476801660863a2f799418e9995 0.05 MB 58 257
141,573 141,573 00000000000005f8d09f2381211b0ff76f8c8c106357df22673af7bc51de2d43 0.04 MB 102 340
141,572 141,572 000000000000061508ea0f0e64ff99e9926ba8156b863894872db3fb931b40aa 0.02 MB 42 666
141,571 141,571 000000000000049d9a3ec2ec5f77a6221ce9e0dddd75ffd57a7f0de2e119a0ec 0.02 MB 33 277
141,570 141,570 000000000000048d50d0aa896e1da65153888602a92c7613dd057ff2a432565a 0.01 MB 13 239
141,569 141,569 00000000000007dcc6f4fb8f16f05d118c31cd5a62a4791a939381f977c1f3c2 0.02 MB 28 195
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.