Memory Pool Memory Pool Refreshing

2,126 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (908,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
570 570 00000000bd2f9e06fe89f7ac4edb2c664b069935c7e983cd51d40ea368910a49 0.00 MB 1 0
569 569 00000000e0f7dd0286f1bae123c899d3ff207afddc14a103d2e4ddf995bb9deb 0.00 MB 1 0
568 568 00000000aa7ada2a039524c4ad0758d07c67a9104c4d8a35b5a27ed00d0967e7 0.00 MB 1 0
567 567 0000000014d1fd4bbd117d952efac678911969dee3640944a830d024b9eb7375 0.00 MB 1 0
566 566 000000008c0ee094ee47ca98069bd49cb9c2417ee52f24476eef30b03da79553 0.00 MB 1 0
565 565 00000000d35ef9ae4b7ebdcfb05560bc578ce150508b20fbb1f8d961034b66c1 0.00 MB 1 0
564 564 000000009114153329b6acc79c771bf359aa673fc4f1fc227a6c7467eb242ecf 0.00 MB 1 0
563 563 00000000c5c2bb37ed9bf00bc9bd114e4763a40559ba2649bbaf4f4efad00db7 0.00 MB 1 0
562 562 000000009f7479465e462edc3ef7e174e916e6d60d51270f180f68e2157aa4ae 0.00 MB 1 0
561 561 0000000058b9d64ce6728168716bcd837c2b628cf5f26d2aa28cfce8543d2bd6 0.00 MB 1 0
560 560 00000000b5b71fea3e2abdf62fdc6b1273f48927f2a9ed5493e280792a50ad65 0.00 MB 1 0
559 559 00000000b113322da717207d93b13024bc75f09c1c12e7b40497664583b6d4df 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.