Memory Pool Memory Pool Refreshing

1,582 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (233,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,948 673,948 0000000000000000000bcf8ca130ce9ebc43b0e0c78e3a8193af09c255fd347d 1.42 MB 1,767 56
673,947 673,947 000000000000000000077130820f5495ec57f7bf68eb1386f259c3b5f1617b03 1.30 MB 1,662 47
673,946 673,946 000000000000000000083e3d9c283f0be2575f2a233adbdd100d80b0f0d7c139 1.46 MB 1,512 39
673,945 673,945 0000000000000000000c2e8b3d410315c7a7a4a5eda5d96ae1d42253864bcfde 1.41 MB 1,772 40
673,944 673,944 0000000000000000000492c9f8a909d153369b60fb1013dba60ef9b61ea79f4b 1.33 MB 2,667 67
673,943 673,943 000000000000000000009a0955f49d934af9c8f02a5efbd77abfd332cd009011 1.36 MB 2,357 83
673,942 673,942 00000000000000000005ff8690da9a6e34ea5bb227af671095bfc113c6e4bcae 1.53 MB 1,605 51
673,941 673,941 000000000000000000090742280410beb66a21193508d36684e5c7de910c9106 1.33 MB 2,556 43
673,940 673,940 0000000000000000000c69d97bc315044c880e0ee2f2b7b204b87912713c2b73 1.18 MB 2,288 61
673,939 673,939 00000000000000000002fd14c491bfb0ce321e15b44aa9ed0448ddf2acbbd6d9 1.18 MB 1,602 92
673,938 673,938 000000000000000000011e2f193ada397c74f46247d28bd3c91ef8bee282d554 1.14 MB 2,832 56
673,937 673,937 00000000000000000008d01aaaecd06a7cd6d3cc377165ad015de431c3c73406 1.33 MB 2,382 73
673,936 673,936 000000000000000000095aaed6ddefef29169b97f9800f13f67d2ed7b129a9fd 1.31 MB 2,333 89
673,935 673,935 000000000000000000031f6a9c812c8a8cc7b205568da0c4cc2dfca6ea1ab174 1.27 MB 2,272 85
673,934 673,934 00000000000000000006f5c67e6b0137b924eef0a79e186bf755964cc407800c 1.29 MB 2,407 92
673,933 673,933 000000000000000000012b7c055337131ebee634d43e5165aaaf491600bfcd38 1.20 MB 2,728 61
673,932 673,932 0000000000000000000a2b237adfeda134daa0f796cf5ba104ea5bfc3571ce3f 1.17 MB 1,539 75
673,931 673,931 0000000000000000000c57ba14d9c4189451d85613fc209c9c5cea46979208dd 1.16 MB 1,442 106
673,930 673,930 00000000000000000009c51a20612cbbf00f12f411d7bcbf919af1e605dda8f4 1.12 MB 3,038 50
673,929 673,929 00000000000000000008384eea8b43d9636c146dd46137282b98d83573d71c18 1.38 MB 2,782 97
673,928 673,928 00000000000000000006768cd0be2584bfb57af15e6a188205f1c9e94aa0af3c 1.33 MB 2,627 101
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.