Memory Pool Memory Pool Refreshing

849 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (617,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,057 290,057 0000000000000000ea7b59961766fe5567302b5ed587e9e9af0de0fe2a4b09d1 0.16 MB 512 77
290,056 290,056 0000000000000000c9ccf3d4e0664d1abbd0bd984ed114a6e2e834e8dfd0ef49 0.16 MB 311 38
290,055 290,055 00000000000000005db271551303a170cdd1b62f9c8cebedd30c229cfab63a8e 0.33 MB 662 38
290,054 290,054 000000000000000016a1c5f013c9d2c2986923f1ec69a8897b6ced1ea1b93390 0.11 MB 271 30
290,053 290,053 00000000000000002d4263818569f5f9942f5d4a5bdceef6e7d5c5d50b507ecd 0.10 MB 254 38
290,052 290,052 0000000000000000d340a7bf1e601adcfad95944b4d68a5d70d35094fb60d15c 0.23 MB 547 41
290,051 290,051 00000000000000004ca2e363b928715f0a8ebf1ca1d9582692b342fdb63b3ef3 0.05 MB 135 16
290,050 290,050 0000000000000000b666b9d5f97d33a608b8d4a426b66d07d096eaa950f6f038 0.74 MB 694 27
290,049 290,049 0000000000000000ef0133acd8aa93a8bc5a7e6694a4f94a2dfb7a9690ef9b82 0.50 MB 274 13
290,048 290,048 0000000000000000b8627fafa35f96cc1fbc0ca3d0c4e149bb842dbfd58d4825 0.35 MB 663 32
290,047 290,047 0000000000000000b111f72c03340b927135ed72703a878e02f2b96b0dbf4d8a 0.35 MB 670 24
290,046 290,046 0000000000000000fbe80181ebce62f22694efa32b15c83ef2fbbda77e444a46 0.24 MB 311 31
290,045 290,045 00000000000000006cc323cd5e42fc283c7def9f54f27bc34e036a42a49d40cb 0.35 MB 979 50
290,044 290,044 0000000000000000def5dddc12d554744c78bcc8346f0761103f0f435dd18e33 0.35 MB 1,150 87
290,043 290,043 000000000000000060808cb77e7ad2b90703e7029eca757be6480645bfe7cfe6 0.08 MB 61 12
290,042 290,042 0000000000000000def952fd91504f3c2da9ff129d3a0a004a09100db640fd35 0.19 MB 467 46
290,041 290,041 0000000000000000c0eea12fe225ede3d7086e9bb7e337d79650509f8763aa02 0.24 MB 495 33
290,040 290,040 000000000000000012a9b4da3423d31f462d33a8da52bb49c6a7894e5885f51d 0.12 MB 256 31
290,039 290,039 000000000000000097e8d3ae85eb0e168ffb728ce0140f2da2f5c6eb9a25cb19 0.15 MB 265 24
290,038 290,038 00000000000000000d70c76a88a8bfae9847074b46cc0296167dd2bf28f753bd 0.02 MB 57 33
290,037 290,037 0000000000000000fe68aaa1bc0c466be5dbda2b96e4e28404f03879f4136127 0.10 MB 103 10
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.98 GB sent, 93.20 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.