Memory Pool Memory Pool Refreshing

1,282 transactions
25.26 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,018 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (813,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,340 94,340 000000000002e299c989f428730c22c5cb284a41a2f98937e6dcae6ca66e1561 0.00 MB 1 0
94,339 94,339 000000000007885ee75f519ca73014e9c15f9030edd69bf882fee74ad3400602 0.00 MB 6 0
94,338 94,338 00000000000626fe5db98bf567ecfaed34ff0502eeeaefc823cf418ae07462d0 0.00 MB 1 0
94,337 94,337 000000000006fa0411b286abbe98a146756c92283e33b25a7f748dba822f7ba4 0.00 MB 1 0
94,336 94,336 000000000002b407cd250a559e591a85c222437d9c7e7239d00ffede70169ae5 0.00 MB 1 0
94,335 94,335 0000000000029607741bf8605d68556618eec99c0dd6fc403479f7c270ec8fd9 0.00 MB 2 0
94,334 94,334 000000000006e6ad4293fb79df413d791c6d36e0a92861fb75de732d2fd68f0f 0.00 MB 1 0
94,333 94,333 0000000000088b96e5d15002a32a93e9b1219761cecf4bdeb8cb573cd28925ab 0.00 MB 2 0
94,332 94,332 0000000000032f6793c70f875440696aac4d7a8a3619c2f1bf6c18c14d84db84 0.00 MB 2 0
94,331 94,331 0000000000080f458080d9a3bc9ae0eaf0f395ce7b2fdb8b000f085f1ee0f443 0.00 MB 1 0
94,330 94,330 00000000000006c43b85f483ceaa9b6655439def60e7a8300eef380ff7cd44f7 0.00 MB 3 0
94,329 94,329 0000000000019f93755f2abfd8ec6ccd33f8ca40281e865009c0c7c294b147c5 0.00 MB 1 0
94,328 94,328 0000000000071c7c91a2f70fc09dbf63b53f12a49cd5e8c54a172b67c6d378a2 0.00 MB 1 0
94,327 94,327 0000000000043952a24b0af3aee97dafd959de597a15edd5eb29328cbb888cb9 0.00 MB 6 0
94,326 94,326 00000000000160f325bd46f577f5ac4497e15d9ae82b921f5cb41b8f1eb64170 0.00 MB 1 0
94,325 94,325 000000000008f037725a7ddd43ca36e153039e5cb3bc84364f5d057e1dbdd6b9 0.00 MB 1 0
94,324 94,324 000000000007fef537ef25fa5c55b679827f01f107cc61f6f5d4fe18d8efdf6a 0.00 MB 1 0
94,323 94,323 00000000000966b315b25bff540d8296b1ea623729c47ff7a0a8a6f85d910d72 0.00 MB 1 0
94,322 94,322 00000000000512976db609eaf6a3a24a54e1efe9e587611574e8ad9a228d04b4 0.00 MB 1 0
94,321 94,321 000000000000e5977aecc3b49bda2230b9ddd949d8694a2acc590dced6e782dd 0.00 MB 2 0
94,320 94,320 0000000000004e71c3bd1baf36bdc4ce0723ea47c2cafb7e43ceb58273dc5609 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.13 GB sent, 98.59 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.