Memory Pool Memory Pool Refreshing

2,558 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,072 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,071 (799,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,372 108,372 0000000000022fd829d90e0f4191081bdee79025053c290d5a31b0cdb751331b 0.00 MB 3 0
108,371 108,371 000000000000f73a8d1963063b7d7c4abc4ae4b8e94917887bf49f652996dd45 0.00 MB 2 0
108,370 108,370 0000000000012e7f3e625f4a98d6442b0c7d66d1aa041fca922746a170c1ac75 0.00 MB 6 0
108,369 108,369 0000000000011a1338876c632904833292d1403ec69eea3f06824b5a38332326 0.00 MB 13 0
108,368 108,368 000000000000c0a26588ec4cc033484d20c48583829ebf5e0af3a516a28f72a5 0.00 MB 12 0
108,367 108,367 000000000001a2b43a866a9520613e10723404c60ed592c2e0567b246b0a9445 0.00 MB 10 0
108,366 108,366 000000000000d62afb3af8625a55236fa32518b2053ad19cf86b54c6ada13508 0.00 MB 3 0
108,365 108,365 00000000000109e5ffab1e815d691c9fc007b026af386ae5633bb0690d98b52f 0.00 MB 9 0
108,364 108,364 000000000001bb66704681373fd4448386b59945b97c66e1f5e52d0e4e0ef37a 0.00 MB 11 0
108,363 108,363 00000000000201905fdc60d46e74ad3adeaae6ced8f4c64b2036ceb5e0a0d0cc 0.01 MB 44 0
108,362 108,362 000000000000b0017831e4b51ff651fae35e306bae31ae1665014e16132c0527 0.00 MB 5 0
108,361 108,361 000000000001fd82fbd8c313025b465a5358a3c5d3b6de452ab50a3a4253e2af 0.00 MB 2 0
108,360 108,360 000000000001d9a16bc982928464136cff5edec104f37c8a5aa5fe117b668dc2 0.00 MB 1 0
108,359 108,359 0000000000009df7d3554485a6a01c5d651f4c15bb93bd41e5c9d4568e786b6c 0.00 MB 9 0
108,358 108,358 000000000001dcd0a51eefb38ec75eeba054c475e6de5075b2741f7ab1ac3ea9 0.00 MB 7 314
108,357 108,357 0000000000018db9c9d424d52f1d4ee011981eeb84be9d316936a5c0288bb019 0.00 MB 2 0
108,356 108,356 000000000001acefc965bd4c3cd8ba9c5e13df303b814b72536bd6dfecceb524 0.00 MB 2 0
108,355 108,355 0000000000010887825bbdd85c42cd9cecfa3d59f512dea9d904f6d52337e931 0.00 MB 2 0
108,354 108,354 000000000001132d3a425684bf46035b87f48c14aa6033f5cde139096d029616 0.00 MB 7 0
108,353 108,353 000000000001c00172314d23875517148c66a1df4a4e116a81a9e65aa4237850 0.00 MB 19 0
108,352 108,352 0000000000012e8ad71f2c8fe25818302059117035b502cfca31bbc824fd1fec 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,655.07 GB sent, 96.27 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.