Memory Pool Memory Pool Refreshing

347 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (908,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558 558 00000000e6940891fe89992ae41b65864936c75880e4a428221520f8783c9215 0.00 MB 1 0
557 557 00000000581a8d9a2a053e8d54b52477e6850e16fd33fcf4a607c1b21600c7ce 0.00 MB 1 0
556 556 00000000ee7947e2c00f657648bb1f4bfbc2f8fe0c9222d892c1474401cdc4ad 0.00 MB 1 0
555 555 00000000edade40797e3c4bf27edeb65733d1884beaa8c502a89d50a54111e1c 0.00 MB 1 0
554 554 000000004f59cfa9f6e7238eb92ada0beab8fee7a4ed5f9f1e7a72232c0dc379 0.00 MB 1 0
553 553 0000000072ec09be6118d66d07ac61dfb7a2ab0220551fdc7af8d6002d1ee069 0.00 MB 1 0
552 552 00000000831221df37f3b36c369bba5af97fd96a8f94648770c40ccb13620aee 0.00 MB 1 0
551 551 00000000cbfae8784536a97d45ae3422b3ec0bb76d480ad3e5db394f8a0b797d 0.00 MB 1 0
550 550 00000000314ff43c77573a3b8094951ce4b0f86aceee65e226914eb737ada575 0.00 MB 1 0
549 549 000000007583506b911ea93c3dc6ccad6351cc50cbab124e67441194d4a3d30f 0.00 MB 1 0
548 548 00000000c2deb1dd86cbc700380541d6d7cebd18a6a7642849bc57919732d705 0.00 MB 1 0
547 547 0000000055af85fb541bac9b94e0da5c06704adafe050186d64caf8330e6eb77 0.00 MB 1 0
546 546 000000005a4ded781e667e06ceefafb71410b511fe0d5adc3e5a27ecbec34ae6 0.00 MB 4 0
545 545 00000000689051c09ff2cd091cc4c22c10b965eb8db3ad5f032621cc36626175 0.00 MB 2 0
544 544 000000002d947997dc957cdf075dd32390f5f754d2656208d5dd82a6620179f5 0.00 MB 1 0
543 543 0000000009b905f3db4990848b9b14fe39582147fcf6a6cb8d73bd227d75369e 0.00 MB 1 0
542 542 00000000bdb2a11dbc79d6f367e666448ac16aed9be8ad7c5a5712e23d0a4942 0.00 MB 1 0
541 541 00000000aa3704d9c763fac9ae41842c55a2b3a1c5b404dff2ca82c9f9ebd64b 0.00 MB 1 0
540 540 000000001958fb614e3eed2ab35305fa89a8b8db9bb5fd2575aa08fc0a06b84f 0.00 MB 1 0
539 539 00000000eaa3b87c3687480c0edb465b00e8dcab7f0c2ef10fe5b11a1756b16d 0.00 MB 1 0
538 538 00000000169808a15adcbb7c4f5c8b5d61ef69764a68f2fffd882d92e39fc2af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.77 GB sent, 101.10 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.