Memory Pool Memory Pool Refreshing

3,920 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,112 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (42,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,150 865,150 00000000000000000000fdd4a59e470d21a8c48b026407336c7d65765aa849d3 1.73 MB 4,794 15
865,149 865,149 0000000000000000000277748148b33f76a8b102728b7b2b43187dfd4e2c998c 1.69 MB 4,781 11
865,148 865,148 00000000000000000002f362e1231f07c93f0ac6c7b85ac34a101ce991b385ff 2.01 MB 2,607 20
865,147 865,147 0000000000000000000032e33cf1fe2923342a7777ad9588c1eaede070de71f8 1.80 MB 4,589 13
865,146 865,146 000000000000000000013fa9f639dd4da476c0bab03dc5f33c39d8f39be1a4ee 1.70 MB 4,734 10
865,145 865,145 000000000000000000024a79e7503dea337dc4bc24b3ca4cc87c9f79c152b682 1.67 MB 2,362 10
865,144 865,144 000000000000000000029de31f22f14d937e6ef9834338282c69ffc4cdc36dff 2.01 MB 2,552 14
865,143 865,143 00000000000000000002805bc323d5567d278246993c7dd622d39320d8aabd85 2.08 MB 2,089 19
865,142 865,142 00000000000000000002f11a9dfb4ae7753d3b6fa9729f31209f60f22198f5d3 2.17 MB 531 12
865,141 865,141 00000000000000000000f29d28b5bf701a60ba52ed521211794313340b0cafd2 2.18 MB 1,754 17
865,140 865,140 00000000000000000001e51d0cc765c1ffeb434a5fc4d2e37b7b599af5720e9e 2.07 MB 2,087 19
865,139 865,139 000000000000000000018b78f8e807736d05a039f108eb20eb720c28011f6b7b 1.90 MB 2,448 19
865,138 865,138 00000000000000000001646dc4bb1eac11269110af8db0c20d5b896cf44684a1 2.60 MB 510 14
865,137 865,137 0000000000000000000138f00bad7f7ed6a43320bc2616a61ee175ea2d6d2977 1.55 MB 4,517 20
865,136 865,136 000000000000000000006d06121b3a137349e7c1e3eb41345213612711d8a3a0 1.51 MB 3,464 19
865,135 865,135 00000000000000000000b30c1044818b11a7dc257de40cf49b5661d4b6fc08ea 1.56 MB 3,013 27
865,134 865,134 00000000000000000002b305686e233b03a68a5404a8bb97f464ab6ab1824001 1.51 MB 5,212 25
865,133 865,133 000000000000000000020c6493f27fdb1a530b251e69c37c7125148bf98975a1 1.55 MB 6,286 21
865,132 865,132 00000000000000000000aa3572f13f2e892a042a67fe862c2f9b860d6f2cab16 1.50 MB 6,162 26
865,131 865,131 00000000000000000000dad186b5fae4f73d97fd4b92229d8d4371d9b3e3a544 1.48 MB 6,244 18
865,130 865,130 000000000000000000020cbff1ea91e559e0e8906a0621c5fce05974553fa5d6 1.46 MB 5,072 22
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.