Memory Pool Memory Pool Refreshing

5,616 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (815,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,392 93,392 0000000000046cb1992015f6d305473b364925718383ac78c3a44d783966ce64 0.00 MB 1 0
93,391 93,391 00000000000399f6072ce28b54c9b4b7a9e47aeadececcc048540a48db469b0d 0.00 MB 6 891
93,390 93,390 000000000005959b55b5daee6d5d5019dd0e5873d5c597b74f718f827a9a4137 0.00 MB 1 0
93,389 93,389 000000000001622d00cfa233944f003baebef37d1b170ee63783ff5f5bc4bc7c 0.00 MB 3 833
93,388 93,388 00000000000526d63eff0331713c2a7e1dd7fbb6d7912b6b69418d63e0ae9d00 0.00 MB 1 0
93,387 93,387 0000000000055af4636f4bc23abc1b9d27b9da3e3c1631eded34f758fbdf082f 0.00 MB 3 3,883
93,386 93,386 000000000005b6d70ed2783d36e8b9bee8b2994cb18b8497b85ec57248b83d10 0.00 MB 5 634
93,385 93,385 0000000000012855414ad5ce5e541dd24a2df10d169b21188f080a010cfccf5b 0.00 MB 3 0
93,384 93,384 000000000006ade307ed13ceced79e14a53385cb2645dacc8d49d932c6263e32 0.00 MB 1 0
93,383 93,383 000000000005c602d9f2662b8f6c3668b7eb2a5801ce4bb01d8b6e8237c0c2be 0.00 MB 4 677
93,382 93,382 0000000000070f0e3c85527cc60871b5db9fa9eb11570a8486e911cdc5a3fc56 0.00 MB 2 0
93,381 93,381 0000000000082944473cf108a60861338f048b149c40b94c656ae38d9aedae87 0.00 MB 1 0
93,380 93,380 0000000000059b12259e0c3f3344230b763b254336c51bb32276ccfc77a4c52c 0.00 MB 2 3,875
93,379 93,379 0000000000037042512daf906c4fa8c9a4bb93ab25405c69ccaab7d9e3747ab8 0.00 MB 1 0
93,378 93,378 0000000000037388c92be612b1f928cc9ec3bf3a80c792b07d2a8dd01317501e 0.00 MB 3 2,232
93,377 93,377 0000000000024ec49ea9449cc2b29976ff1cb1de2a873a76ffe8df61f7d3edc1 0.00 MB 8 0
93,376 93,376 0000000000018133ecdef80e4bb76336fafbf93c1dd566ac6c0ab0b4a4ade1c7 0.00 MB 4 1,483
93,375 93,375 000000000008fa4f74d627967b027dc04ac99c9c9bdb1cf73fc24c08a1838e45 0.00 MB 1 0
93,374 93,374 0000000000022a0a9b219a77c4a82faf7ce611c77792acf8af2b681317b0afba 0.00 MB 2 3,861
93,373 93,373 00000000000735378e71e93f19c51d428145ed8ebfafb5d7aa18ce4efebd63f0 0.00 MB 2 3,891
93,372 93,372 0000000000051a1667de17cd58651c29d402b794752bcefb6bf51094703a5753 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.