Memory Pool Memory Pool Refreshing

4,078 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (720,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,981 186,981 000000000000022cd14f5e7b21e53d39f3d592b568a19b6e07467ebfbfa1dba2 0.02 MB 64 49
186,980 186,980 000000000000009db60d609f5645a3039388d68849c6d113f510b946fc715615 0.05 MB 147 76
186,979 186,979 000000000000015c77b44bf62ed2abd1560d3621b21cefbf7d70c6522a611e9b 0.00 MB 12 15
186,978 186,978 00000000000007c043e88eb73e06bc853b78d2138c75afdc3d9eb847eba1fb81 0.06 MB 202 20
186,977 186,977 0000000000000235c1ff90cfe6020d3cb22e2fc4eeab262175b55a76305c3abb 0.00 MB 13 318
186,976 186,976 00000000000003f2910f6e809da556122c66a66d41005721726a997b021cddf0 0.00 MB 12 0
186,975 186,975 0000000000000104b07481976de723178e3c90eb32906c2798ed2de7eebe02b9 0.09 MB 196 90
186,974 186,974 000000000000089d9a57f256b217c4168eecfca6290a49548010df687962466e 0.00 MB 12 14
186,973 186,973 000000000000015cc8a723416d35a10448fabf3ad93fcf7bf3aeab2bbcaa8526 0.08 MB 243 159
186,972 186,972 0000000000000182c6a9c2d2a6cdc83a264406c9e5ba42b5b70e9a06b65c7da5 0.25 MB 916 179
186,971 186,971 0000000000000600498a139cfff8940a434e2351c418f8fd566236535b487ddd 0.09 MB 256 155
186,970 186,970 00000000000005da4019b3d6ff338ab924d32d161a89ae0b3ca9ec1ef1572654 0.05 MB 106 315
186,969 186,969 0000000000000282d0e375a80e00b342691112f704d5b23119329cbaa5eb78ea 0.03 MB 80 313
186,968 186,968 00000000000002059432fc800a19671037067b58bc0fd51baaf990404de534a2 0.00 MB 5 191
186,967 186,967 000000000000098836e2d5b35d2574494ec34f0c085531b4ea0923d008618514 0.03 MB 96 7
186,966 186,966 00000000000007b9c6f696274f953d6e1eba28d65b855be708d81588f81ba587 0.10 MB 351 169
186,965 186,965 0000000000000762749e31911c24695fa953a498b13b2dc5fdd99d617334bf92 0.00 MB 1 0
186,964 186,964 000000000000026ad6d617a3d30b6c62d8ebdcdeea59503076ecedf71271e1bc 0.14 MB 408 141
186,963 186,963 00000000000003ab8f456a2eb9c2985acc87c5d1a4aa8487f4f83e7a88dc014d 0.25 MB 494 159
186,962 186,962 00000000000003fe9fa9e65aa621e67e7d5bfc0c8200cf1dd33da1002717e047 0.05 MB 142 216
186,961 186,961 0000000000000579a10160618946d6cf5b31901efbd91ef2deebddb2cc769d83 0.00 MB 10 614
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.