Memory Pool Memory Pool Refreshing

6,119 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (363,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
544,558 544,558 0000000000000000001613da48ef0b77b207d0c69118250afe15ea57d7434c7d 1.24 MB 1,662 18
544,557 544,557 0000000000000000001dddf95bc241bf769ee6d50e56fbb42edc6c3aacf41240 1.30 MB 1,945 25
544,556 544,556 000000000000000000011714344c37eaae26534aceb4b72decc24de72be74532 1.39 MB 1,719 5
544,555 544,555 000000000000000000045bcfca4d80bcc0092eb3d395a4345dcb2063af8ca40e 0.81 MB 1,214 13
544,554 544,554 00000000000000000016b5ccc6fb2c0384c35c3545e3de6fbd5dfcb6e7b07d7f 1.38 MB 1,077 13
544,553 544,553 00000000000000000012d916da51a1ba3a7e0b5394b5b7a0e0731459cd8c920e 1.27 MB 333 3
544,552 544,552 0000000000000000000fb1f9ecf183a94484a399b88be3ec926ae3ebc09ffe88 1.17 MB 3,024 13
544,551 544,551 0000000000000000000a3c21774c1ccfc011de6464366c4250726e3e0af2c5e1 1.22 MB 3,103 24
544,550 544,550 00000000000000000006af99ef6f9984beb9405c48207fa6dd97b96d68db0309 1.24 MB 2,326 27
544,549 544,549 00000000000000000010b24e918c00bc2caff896a01a75b19d19716dec3f5995 1.17 MB 2,763 10
544,548 544,548 000000000000000000238f4e62b4132d8ba4b55e4f62f4bc48d0b732a780e35f 1.23 MB 2,940 19
544,547 544,547 0000000000000000001167c83909f63ee0e56b4cbeab4a66251f53a0f5970c59 1.30 MB 1,389 12
544,546 544,546 000000000000000000046dacffc504169c1ea4e13b0a5f9e6b41b60a2a3e5737 1.07 MB 2,856 5
544,545 544,545 00000000000000000008d3ac6062f813cb11874fc343df46391977009689b3ef 1.23 MB 2,761 19
544,544 544,544 0000000000000000000bd28dfa4e3bc6c4c8d66fe002eaf268967e3584b333d6 1.17 MB 2,160 32
544,543 544,543 0000000000000000001d3282ecd72ab21801301ae8562b80ccf2fb236559545f 1.24 MB 2,083 18
544,542 544,542 000000000000000000106cd1d1250f08056917b2cfbd921ed5585754de7e7de7 1.27 MB 2,065 5
544,541 544,541 0000000000000000000f238bf92de39fae889ee430e208a7695dac9a449e0716 1.23 MB 2,273 10
544,540 544,540 0000000000000000001152bcce2b8e5c852942b748d93dd904d7927db5d216d4 0.00 MB 1 0
544,539 544,539 00000000000000000012544db5bf3a815712ae4dc4fa52b8faeb41ef785a80f3 1.25 MB 2,582 19
544,538 544,538 0000000000000000001ac4c5834a459d202578832cba21c0e40b9530cf03f66c 1.08 MB 2,352 8
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.