Memory Pool Memory Pool Refreshing

10,674 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,553 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (48,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,043 859,043 0000000000000000000124535447aded0a826042e7ae3551fad18cb66aa90f2b 1.56 MB 7,346 2
859,042 859,042 00000000000000000002be3f247c5f924e05dd6d70e9a938b5031f16ec783514 1.58 MB 7,112 2
859,041 859,041 00000000000000000001239796c4662c024e5b9b633366e189920c7feee66504 1.58 MB 3,447 5
859,040 859,040 00000000000000000002d02054a28828dc2aa35f2040164105d4d854f15fe396 1.59 MB 3,995 3
859,039 859,039 0000000000000000000059e2d100ddf3fc86f80f2e52de01e86debc824bc01d7 1.49 MB 2,706 6
859,038 859,038 00000000000000000003106edee8221ffef017b9a862661dc2450a47bdc32876 1.62 MB 4,793 4
859,037 859,037 000000000000000000010a2e204218014254c6684817fcfa351391dec106cb8f 1.56 MB 6,536 3
859,036 859,036 0000000000000000000301ee1c8d406015fc4305423db1e2f72fe4295a6eb685 1.44 MB 7,285 2
859,035 859,035 000000000000000000026275318efbf1e8172104ae8cb1e7784d2dc6f390bac0 1.67 MB 5,318 3
859,034 859,034 000000000000000000026d78a032720f77d1c4a08c2dd32eebdec078452b1020 1.53 MB 2,962 6
859,033 859,033 0000000000000000000182bbbe929f2dd0e26bfcadd23e51a25e79581c8a9a26 1.61 MB 7,163 2
859,032 859,032 00000000000000000001ca918b5edc24100ba0f417ef1cdde948d0a41d7fdbfe 1.50 MB 5,131 3
859,031 859,031 00000000000000000002a2d03b873cafc4c47d795870888c71e2113cbe0c3bde 1.55 MB 4,146 5
859,030 859,030 0000000000000000000091a19933f21d751d149cff24fb03955cb1c154d98a56 1.49 MB 3,128 7
859,029 859,029 00000000000000000000b262b8a531b45d3b7c06592aa1afaee56a554d8e42ce 1.63 MB 4,658 5
859,028 859,028 00000000000000000000b7334bd9eadad13354c417fcb90e3503ac247bec9bce 1.65 MB 4,882 4
859,027 859,027 00000000000000000000a38932868d4fdf811d8df32c4d7aad0fa7ad912ba809 1.57 MB 3,559 6
859,026 859,026 00000000000000000000bd964a8cb913be3b29fccf7cf5cc131ef64d597eefea 1.50 MB 5,513 4
859,025 859,025 000000000000000000001bcae87f7ce6280eac8828471f7de6b504b74460e8fe 1.56 MB 3,106 6
859,024 859,024 00000000000000000002033f9658e99beddcec69040963f1e0c7a70d39fd7044 1.51 MB 4,768 3
859,023 859,023 00000000000000000000597f03a86b02a973501c5c239e9fd658f2a40ca64ccd 1.62 MB 6,295 3
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.