Memory Pool Memory Pool Refreshing

2,791 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 ago 0.77 vMB 2,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (2,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,543 905,543 000000000000000000017ce11f285631c553a0c1123a23260dd5da7328084d86 1.57 MB 3,430 5
905,542 905,542 000000000000000000006b9e628fb210fb3a7d92f776830d57a08e2a89f76b08 1.57 MB 3,530 4
905,541 905,541 00000000000000000000a4497f5da0006d7a91e282b62d4868ce7ee857992a0b 1.62 MB 3,263 3
905,540 905,540 00000000000000000001d9d07ab78ab420c75885f7b65d046c46f0c2dfef554a 1.66 MB 2,954 4
905,539 905,539 00000000000000000001c89b88b6561c0c3bce71796e051e02e9e62b1dcdf186 1.40 MB 2,162 3
905,538 905,538 000000000000000000011b6cf494dbd0fce971e55107ae232feae59873057205 1.28 MB 1,674 3
905,537 905,537 000000000000000000003dea7031ec0aff665c1596253d6902ab1fc11d3c4405 1.65 MB 2,378 3
905,536 905,536 00000000000000000001a7fff19b9c6ff1ba9a2e0eb13a6152091dbce67a9377 1.60 MB 3,727 6
905,535 905,535 000000000000000000008eb9b8f4f62df3710e928c07115088f235944c397d00 1.60 MB 2,623 4
905,534 905,534 0000000000000000000075fe6f0070047ca2d62da127664decc331c09b3e5372 1.68 MB 3,150 3
905,533 905,533 000000000000000000010fa2069c6ddb0ad07a1774cb16710a93b0e529a44399 1.83 MB 2,987 5
905,532 905,532 00000000000000000000fecde8c776758ce6b4c387f09c410b9fd1cf1768f3ae 1.60 MB 4,030 6
905,531 905,531 000000000000000000019bf51d32adc453fc406167e75c634764f195c5877eaf 1.63 MB 4,058 6
905,530 905,530 000000000000000000016c615088da842bee17e4b4862b9b068f1a6fb3210885 1.64 MB 3,444 5
905,529 905,529 000000000000000000004f9e69959ce1c4694d2de023ee372f5f0c2e0b78f3ed 1.65 MB 4,047 5
905,528 905,528 0000000000000000000089408a5f60a64a9c7a19c605d512699f22226a6c0196 1.59 MB 4,119 8
905,527 905,527 000000000000000000008e9597af05e71823af1143b9bab6d3f05845a5478adb 1.58 MB 3,756 9
905,526 905,526 000000000000000000019010dad01c719b89a375eb6bbe0473fce2257f96b301 1.57 MB 3,607 8
905,525 905,525 00000000000000000000e558c5161eb32f1a0283e4f066f265abfc33a5c18cd9 1.64 MB 3,208 4
905,524 905,524 0000000000000000000211c8ff940afff1eb99e19595324324cb1ee296ff8367 1.75 MB 2,989 5
905,523 905,523 0000000000000000000094566d1cafde3d5a9c3d65a75b97f7d30fba72e23412 1.59 MB 3,646 6
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.64 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.