Memory Pool Memory Pool Refreshing

3,658 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (742,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,564 165,564 0000000000000bab473f789631e8435ad06bac1fc94790f831979c9acce44e56 0.00 MB 14 10
165,563 165,563 00000000000006d549481fa8ef30e791a121bf639bd572dcafa6d83da3e55d06 0.01 MB 29 151
165,562 165,562 00000000000007bb2e836fc05755854c17fe512994e5e36e3763d61e7d33292c 0.01 MB 46 0
165,561 165,561 00000000000005e9c18ab162c6c00acf89e2fc2fbfb9e1a05d6df8f7a4629312 0.01 MB 18 15
165,560 165,560 00000000000003905789bfd06ec5a72e8dd23480734604f1d9e37004159f8e82 0.01 MB 14 47
165,559 165,559 0000000000000581ef9f0bd6dfd1a64f4b03c8e26d902dd3d5666353c8f26f0a 0.01 MB 26 34
165,558 165,558 00000000000007d5f9d3a5bd7d9d184f31df65b6c185433504452bcb0d9c8bcb 0.00 MB 10 29
165,557 165,557 0000000000000c06ae1e9ea6eab582c69e75e4200967013b3e1ae10ea6fffd54 0.00 MB 11 362
165,556 165,556 00000000000006d35a8bc4577335b229ffe7f9c760ea32825bd0be45ddd49d87 0.02 MB 33 297
165,555 165,555 0000000000000088ae6b79b1aa331bd797613ec2faac41597b77c8b77ff2b05c 0.03 MB 106 11
165,554 165,554 0000000000000957a1f2dfd68344f38eeb03ee9832e29b71638767a23bc53939 0.02 MB 35 120
165,553 165,553 000000000000053fc5955c58caa82024202917eb961c5e730251868de30552b9 0.00 MB 14 26
165,552 165,552 00000000000009cf36d297c572e29fcb0832cd8ad26c606481ae4ea2abe35b2e 0.00 MB 13 14
165,551 165,551 0000000000000ac5b5554886b46010377196d9bc525946d45271f2c0d1cf9d7d 0.02 MB 56 179
165,550 165,550 000000000000093b86409b57de0c057684bfb911d7ee41dc8aeb9bfa4cfced00 0.00 MB 8 0
165,549 165,549 00000000000007f1cf5a15a78b844400cef2d1343efb7cd3a1bcae5fad98c5e9 0.02 MB 39 60
165,548 165,548 00000000000007d5b569e4993a14c62ccd8aafaaad416a990370cb97abcc2919 0.02 MB 27 485
165,547 165,547 00000000000003bc33d58e6c830d301c4b8acaddd59500e0768fa5f26b31520a 0.04 MB 107 98
165,546 165,546 000000000000039a3021b2ff4388e41a16322387f4b8e8e7670ce5d7affb55ed 0.05 MB 112 284
165,545 165,545 00000000000009a1395bcc11a7680a2a59dd0ab3962270a9332d0fdde3d7416e 0.01 MB 13 0
165,544 165,544 00000000000006d11d5e9bdde76c1c8699b3d5b170da38c07fef986af566fe12 0.01 MB 12 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.