Memory Pool Memory Pool Refreshing

6,168 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (602,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,939 304,939 000000000000000046db32185b9b994b3cf999e8522017de3ba0783bbc41ee0d 0.21 MB 212 21
304,938 304,938 000000000000000013110f5f2c38ebd576bcd8ef9c1554ea6ce8a80195db0820 0.35 MB 952 40
304,937 304,937 0000000000000000370f08d9f038c052eaead518b29eeaf87a4a1a3ebf2224ae 0.34 MB 279 26
304,936 304,936 0000000000000000321d7f1b7f0a38a47ccf86a0f4cac058b77d9d5d4692dbd7 0.32 MB 651 46
304,935 304,935 00000000000000000119ac1d967335e47ce804aa81867d0d3884b03f8bcd574f 0.06 MB 88 25
304,934 304,934 000000000000000023d9e732cd73f26033578b5030bcd17fd880bff36d0fb118 0.35 MB 669 34
304,933 304,933 00000000000000003c845c3d8ea59d57c5220898a7357a518a1c816a920174c0 0.10 MB 231 35
304,932 304,932 00000000000000005453a7d998af155eba9e25f4c37e7fca719e5a39c94f5ce1 0.19 MB 399 33
304,931 304,931 000000000000000022ed1a1dbc28b7cb76bf5fde3dc47635ad9363b2b606867d 0.24 MB 323 22
304,930 304,930 00000000000000003807e3add5a8ba9775852361acf03b18cd7e3574ac2f4917 0.35 MB 425 22
304,929 304,929 0000000000000000461563c44bfae0aa1d81b0f8fbbff2348f03566f41a74a25 0.35 MB 681 32
304,928 304,928 00000000000000000d8113bac5c9e667f75e28ca6d08e74dc0c772bdf1a35cb7 0.15 MB 169 22
304,927 304,927 0000000000000000494aaddc6635cd41cace2bfc4b0a87575bcb677b5cfb939a 0.25 MB 148 15
304,926 304,926 00000000000000001d593b3702accae45873c176ccf83cf3e2067ec8c5132582 0.35 MB 494 26
304,925 304,925 00000000000000000e0709eded5b5f92557e0f6856a20d3d718bc6a8f9e3df4c 0.35 MB 388 16
304,924 304,924 000000000000000002626cb378d3add2029c8499d8caa11041062fceea19627d 0.35 MB 971 71
304,923 304,923 0000000000000000511f8473291d1ffa6276d3518f5253196b65a161a22c118d 0.04 MB 43 10
304,922 304,922 00000000000000003eef28cab4f1ee6f4832603cf7155749773028eae1634545 0.27 MB 437 26
304,921 304,921 0000000000000000226e7fe06f6bda9af7ae9f3c822e40ef163ccc2a53242486 0.20 MB 336 28
304,920 304,920 00000000000000005b4ec75d97d5ef9df83ce14e54d4bd1b6b645285ad841547 0.78 MB 1,287 32
304,919 304,919 00000000000000005630bd10f1b1d9f9298e13d1fb3a3e0e316f07e8726331bf 0.02 MB 18 20
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.