Memory Pool Memory Pool Refreshing

8,779 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (720,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
186,960 186,960 000000000000033f7d0ec7df36828b0525fce91bd2c0756e385449f870dcaca6 0.11 MB 299 129
186,959 186,959 000000000000052ff28daa3cef5f803f3cc77f6ddd664e9bb87dc09bd642cbec 0.12 MB 512 217
186,958 186,958 000000000000068f7627d87ec05ccb21c9ce7733f7e4ae279a32c9c01f2c4f8f 0.02 MB 45 115
186,957 186,957 00000000000003d2e74fd3177ec7ddc8b7b91bc5e73aa2ca14ddc68e3e84ed2d 0.05 MB 136 54
186,956 186,956 00000000000009232c2923e301e912e5ba199adce71722f1bf32313a14403b48 0.00 MB 11 17
186,955 186,955 00000000000003f38e9932fc13b6f7ca182f6333fdd81ff917c526070c847463 0.06 MB 152 105
186,954 186,954 000000000000032c22fac782ed727ddf8c7a050f254e7e403ef0a42e15cc8004 0.10 MB 270 124
186,953 186,953 00000000000003420707ceb86eca8f3e1e70831e52538adb12db89c56bb93000 0.17 MB 496 158
186,952 186,952 000000000000044c867252cc561b3375d1ca2afa661319d2a31fcb593b571834 0.04 MB 90 149
186,951 186,951 00000000000008db62881a48b8ab534d76dc50f70b9270c5d75ee2e364cea715 0.04 MB 75 105
186,950 186,950 00000000000008d124b724e2a3e7ac418b92e960ec6d4526e0e8c5c5c3fa252a 0.00 MB 9 15
186,949 186,949 000000000000038c376b0533d72e527abc17680b86d35c4da60018c00490c7db 0.05 MB 82 69
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.