Memory Pool Memory Pool Refreshing

6,734 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,735 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (71,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,586 836,586 00000000000000000002d517d73d1abd09730ea69aa688207c281944300e8a50 1.65 MB 3,052 19
836,585 836,585 000000000000000000026c17e0c76905862e56eda789f4120ed3e59f2d29c5c4 1.25 MB 935 10
836,584 836,584 00000000000000000000789168be475859a7dd26a3022cc3a00cd76abadde22a 1.93 MB 3,552 14
836,583 836,583 000000000000000000033056441d144b221ba658afd79c833eafb988fa8734a5 1.72 MB 2,962 18
836,582 836,582 000000000000000000006afefbef6e0817258624607457fcea64921c6c518dbc 1.79 MB 4,108 16
836,581 836,581 000000000000000000002e430e6e5802d679dffe402d39cf9cbfd864db804b9d 1.81 MB 1,687 10
836,580 836,580 00000000000000000002e3919c258b37c5a65621016b788a53f4199421ca7b23 1.72 MB 2,456 18
836,579 836,579 0000000000000000000116b1e5b84c1ca3335e1448eae0d8c87e5f7990ea974b 2.59 MB 1,140 12
836,578 836,578 0000000000000000000056d52cddba7e1a85162b0d188400cafff6211354c8a8 2.02 MB 2,626 22
836,577 836,577 000000000000000000031aa0c87245d02564fcc9c652fd3054c2b69278045cba 2.30 MB 2,252 17
836,576 836,576 00000000000000000002112c9bad64f63448b4bf9f59900feadee87850247c8b 2.58 MB 1,347 12
836,575 836,575 0000000000000000000321429d504d2ed97554ef1ae55144322bf747ff5741bc 1.85 MB 3,134 16
836,574 836,574 00000000000000000000dca544600e72c9ac31013d6b363c10615418abb9cd9c 1.54 MB 3,398 27
836,573 836,573 00000000000000000001309ea0447eadf05b16c7ccadcadd5e1c1b7047812d44 1.58 MB 2,985 31
836,572 836,572 000000000000000000013187c8271b4ffd3e5830de01d14f279d6ca67154d223 2.48 MB 1,466 14
836,571 836,571 000000000000000000015a52e634d6084f26e95953c31c26b37a8862a19b9f10 2.05 MB 2,341 22
836,570 836,570 0000000000000000000325ea3bd4bfc53b705b2751cea7d32659a0582095c26e 1.92 MB 878 13
836,569 836,569 00000000000000000002ede9f2d952cf4ddd2f0d9d59cd655e13d0c415864eca 2.26 MB 2,030 17
836,568 836,568 00000000000000000001f18bf8736cb31d1e0e9292da831a36f28b3410fd7fac 2.79 MB 1,603 16
836,567 836,567 00000000000000000002a3a899ddbe432fb07a2d0082cf8f1c0beea5779288cc 1.74 MB 3,022 22
836,566 836,566 00000000000000000002aa7e9e901f873f586ae9ec0700e88ea6780759c4ad7b 1.57 MB 3,633 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.