Memory Pool Memory Pool Refreshing

7,117 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (752,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,821 155,821 0000000000000c671b385aaf40819bcac001e1797f4c3fcc2fc955f135542478 0.02 MB 39 49
155,820 155,820 000000000000022f4e88f2a5fc82bc167cc13635a042a8fb2410dfc67df8246a 0.02 MB 44 224
155,819 155,819 0000000000000bf78922fec4e144bd0ee34e1e4c5155f53d6b85e14bbeb8bbe3 0.01 MB 27 133
155,818 155,818 0000000000000411d26ca0b61d0ed6e36cdc3a201e6b1977f3a1024430a9478e 0.01 MB 30 116
155,817 155,817 000000000000029b69a5036c9a2ddac3fddc5318cc4d96bcd17b2cb94bc30150 0.00 MB 15 11
155,816 155,816 0000000000000f4d22981bade49431d715989702c326a2f3cfa22371d9e71960 0.02 MB 70 48
155,815 155,815 0000000000000d9abf15c2845681963be845237b1b0d9e5c1b67e2e60397e165 0.01 MB 7 938
155,814 155,814 0000000000000308dc6cf9cc42157916fd9e7fe1295111b521ade551eda8fd02 0.05 MB 171 30
155,813 155,813 000000000000089ba3096b0cf067034a5a21605ac897e986b8785b0196752ad6 0.02 MB 48 69
155,812 155,812 0000000000000a787edf236ef6467b468b77d8b6555a9352f9521c4e3fbeee11 0.00 MB 11 438
155,811 155,811 00000000000001eb7030d48b569f1dae2e08f4dcc24a3cf41e0862f5154c25df 0.02 MB 46 158
155,810 155,810 000000000000068260db97bd002761517585e70deeb820a5210e14a4cacf3f1a 0.02 MB 35 80
155,809 155,809 0000000000000a3f0bc6beeaf40f2e35e6a32104f435ecf9ee0fda59ecfa722d 0.01 MB 23 181
155,808 155,808 0000000000000500340ff0d39aa8a2250e182c130b98990832da458ffb6a675e 0.01 MB 22 162
155,807 155,807 00000000000009070cf0e3a12c902c19bdfd962a9d3d16e4b7c8fe59800a45cf 0.01 MB 11 14
155,806 155,806 0000000000000aa285710a07e8741277f0c8ae3aed9fbff06183fe5b074bd105 0.01 MB 22 58
155,805 155,805 00000000000006543fdd2581aaf4fc5c7c1b9e7edbd72070d86cdaa43cf2cd1d 0.00 MB 11 663
155,804 155,804 00000000000001cc445d2c27c036354608c287a6f5828b10a6723719931c9fdb 0.04 MB 103 293
155,803 155,803 0000000000000b41cd129d0595d79161238f64dcb0f676b7d357efab168537d3 0.01 MB 6 0
155,802 155,802 0000000000000ecd37750cfd492a61b2959e8d2644ee97fe3007c90cfe015886 0.02 MB 44 67
155,801 155,801 0000000000000d73a4aaf23d74da8ae8519f8bbfacff231ebe0e79087daa3303 0.00 MB 8 92
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.