Memory Pool Memory Pool Refreshing

7,641 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (755,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,847 151,847 0000000000000b95e6170137327d7d7f199aecb25d00fd200be2004b151a9e1d 0.03 MB 82 37
151,846 151,846 0000000000000a431c994161451d374ab321516c36587a4c1c73acf46a44b59c 0.02 MB 57 124
151,845 151,845 0000000000000c0bfce225ea17a4d47517a712f66baeaa030b002127c4c14c97 0.02 MB 87 14
151,844 151,844 00000000000000cfc95e4c13ffb1286516a142425b23cd05dd2e75b83b89dd33 0.01 MB 24 29
151,843 151,843 0000000000000d626d2cd9cd67af2ae19f0a892828ed9bb253606582a6b74a34 0.00 MB 9 364
151,842 151,842 000000000000042f5b0aca5b70482af2b20022afcd657d8a3e3b8ae8d28679e4 0.00 MB 8 53
151,841 151,841 0000000000000c37c460f324fc71f6adcf212a3d26ec380be8196ca946f60f51 0.03 MB 80 53
151,840 151,840 00000000000002316fc7e6df2ed45412ad82850e7c283a882064d42b8178df90 0.04 MB 118 36
151,839 151,839 00000000000005e5eedaf83d83aa8041939757610fd42736c32f2a221cef658f 0.01 MB 42 378
151,838 151,838 0000000000000c7f878cf71e5a6c87592c7c1982748e4f54b968b7b0c4cd324d 0.03 MB 70 34
151,837 151,837 00000000000007ce7105ef7654221e8be950648f5fcab58c917d32282ddb74f0 0.00 MB 1 0
151,836 151,836 00000000000004c1e14441f3c6c2699ca7afdb5c2d2a9a952c18564b18f461fb 0.01 MB 30 40
151,835 151,835 0000000000000c92dfdc14797e0dbdcfe4e4f9c0212211dc1553939e202cc45b 0.00 MB 8 39
151,834 151,834 00000000000000d1e2730332ac2441544224457ea06e38f4b7eef4eae05f4220 0.02 MB 33 347
151,833 151,833 00000000000003874fd30e02dea8500c133c98ea5cd95cd89cfc5a554edcced3 0.01 MB 4 0
151,832 151,832 0000000000000b8a074dcafab54f1fbb71218faed3a4ffc3964636af6f93a5fd 0.00 MB 14 22
151,831 151,831 00000000000001a341383e69a48a3a579122ba13624f781c228307f5df847d8d 0.01 MB 28 56
151,830 151,830 0000000000000416c1cde34ee7499cb28a902bcc060da296757c508ceb2eaa13 0.02 MB 32 197
151,829 151,829 0000000000000adcca6fcea84de3a84da230688f17ca1440b2a24fdaf9b35915 0.03 MB 93 125
151,828 151,828 0000000000000599dcab4d38043254c59e51838fac72ec38afbc9007cf621677 0.01 MB 35 18
151,827 151,827 00000000000007a3f223585a3648a1299a4aad566a8189e27513f9b0b53ea59a 0.00 MB 7 16
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.