Memory Pool Memory Pool Refreshing

1,908 transactions
0.66 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
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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,893 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (855,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,548 53,548 000000000a1c65035a73907bbc8b52bdb069c3cb40ddedf9fc58e2933ddd145a 0.00 MB 1 0
53,547 53,547 00000000106f2a8c1d992afeb3386646cd051e72633ada139f48688b4b7a971c 0.00 MB 1 0
53,546 53,546 000000000e380840f020045ad9129450d400dd3abd0b204536222ea1f6d9bd6d 0.00 MB 1 0
53,545 53,545 000000001507ef2c58461b7cfb9a2db985ad27b30573ad537290ef5c1f3f7478 0.00 MB 1 0
53,544 53,544 00000000106f689e43918aa08f196676cccfbe6536b0e1cf16024edee83c4175 0.00 MB 1 0
53,543 53,543 0000000011330bf8d24cc04c32b699245ad862b9989d7b78e34d10879ce248c2 0.00 MB 1 0
53,542 53,542 00000000141c9670c81db3b6591eb0baa988462674e4bd627d36bd80bb8ebc41 0.00 MB 1 0
53,541 53,541 00000000001a1b4ce12ab573277c0d10d5848ce762150a46953d4e09a26c2e1e 0.00 MB 1 0
53,540 53,540 000000000eaa1b3f0ba912d76bc636cd4bf0c2aee0c98ea26f6c11c0fdad39d7 0.00 MB 1 0
53,539 53,539 00000000072615f09b105a908815047df24d98147ecf7fb12c7929aa7ff9e69a 0.00 MB 1 0
53,538 53,538 000000001083c388eae1bd1c7b4527c418651f075598710ce43100ab93e30307 0.00 MB 2 0
53,537 53,537 000000000785d7ac94b74317d79113c77056d2649e7c68604cec8be4a150d689 0.00 MB 1 0
53,536 53,536 000000001265af0a2e4a17ba121939bc963b99579db52b3c1158b1b9a4fc6775 0.00 MB 1 0
53,535 53,535 00000000050f936abb7797fff4a50a149647b377930a41defa47948428b3dfaf 0.00 MB 2 0
53,534 53,534 000000000a675486922cbe02b695de51c719b869d4e19b78593e7b33354bffcf 0.00 MB 1 0
53,533 53,533 0000000004c6f10b7c0f1ed785d300d40171e07e5b1f2685d253ed53d8de80dc 0.00 MB 1 0
53,532 53,532 000000001527699d8e0bce7d48e087328e3c20b80378396f1bcc168dae19393a 0.00 MB 2 0
53,531 53,531 00000000083104897fba442289029ecba4d3e1ffa82c12d958be7dc247bc561b 0.00 MB 1 0
53,530 53,530 000000000a9c177cc5faa12d0d9a7ed848bb6b00c6ffa92fcd2fb5741e52c551 0.00 MB 2 0
53,529 53,529 0000000008188d25ab3e3df734e02d6687c9b7aa4552f010cd4542065b1dfa20 0.00 MB 3 0
53,528 53,528 00000000104eef42694bf9ce4d2a24181214369fb991cbda82b98a08f51f1efa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.48 GB sent, 102.00 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.