Memory Pool Memory Pool Refreshing

2,139 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 2,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (2,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,493 905,493 00000000000000000001363c6483dc300123359ff833836146a603833d5311d2 1.68 MB 3,743 3
905,492 905,492 000000000000000000002d48389f6186d54e98c8918145bc284402db12da9af1 1.95 MB 4,062 1
905,491 905,491 0000000000000000000023d9003f744b3559dfdc5d00d7de15aad7fbee328c83 0.17 MB 454 2
905,490 905,490 0000000000000000000116a99532953f3bd8695fe2f6878a914a0033b4c10ade 2.04 MB 3,143 1
905,489 905,489 00000000000000000000d169016cf11762fde275c278c6ab9dd411fc3c9efde7 1.78 MB 4,673 1
905,488 905,488 000000000000000000005dec43e6478a1bdcea8f23393c97e1bed7ddb90608c4 1.64 MB 3,619 3
905,487 905,487 0000000000000000000084d04fe233f51bbdaff3e9eaa3b2b9f3860381a8bc11 1.56 MB 3,191 4
905,486 905,486 00000000000000000001c148eea5f568c0776a73218be0a89eed821e3f0cd649 1.76 MB 4,520 1
905,485 905,485 00000000000000000001a11220e167a7f39e12f6b96bf1e8f322d4baea80fb71 1.64 MB 4,115 2
905,484 905,484 00000000000000000000e5d0c84aa530a20fd7ba16701720ed11e7dd2f4a7810 1.75 MB 4,138 2
905,483 905,483 000000000000000000022ec3f5c1ac94c3b50b79ace78603b3bd0fd861068341 1.63 MB 2,430 2
905,482 905,482 000000000000000000000afb681009af68b4edd20148e59bf9f319f62b252b85 1.72 MB 1,963 2
905,481 905,481 0000000000000000000156a55259caa607c79354499643ad01a74a81c029e0bc 1.55 MB 3,615 5
905,480 905,480 0000000000000000000212ee9eba56b546b41cc2ead720eafe460c5c3041cd1a 1.59 MB 2,699 3
905,479 905,479 000000000000000000011bf757204ab253b44400f960adf4492e080902451ac0 1.91 MB 2,087 1
905,478 905,478 00000000000000000001a18a5715d16cedc82fd6ece7b561abb87f5c28ab0274 1.56 MB 2,375 3
905,477 905,477 00000000000000000001649e41ca82223cb4ea5b61278d9f4ce90275475538c4 1.56 MB 2,588 3
905,476 905,476 000000000000000000005a5371360aa8b71545233733738c6760ff0d5a57c9e8 1.59 MB 3,513 4
905,475 905,475 000000000000000000000c6a3e35343455618d8f86e4646f060b509dc4800bed 1.64 MB 3,931 4
905,474 905,474 000000000000000000021a5faf3b3530c35055f425dd72958d2dd4d60c15dea4 1.53 MB 3,576 8
905,473 905,473 00000000000000000000fe0c102c3dcf8806ed8fa367d5df8e6838c9be42fb7e 1.73 MB 2,500 2
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.63 GB sent, 93.64 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.