Memory Pool Memory Pool Refreshing

2,379 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (153,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,102 754,102 0000000000000000000605a3242e1e0cc7ba24cdb1a4497b40d6b63009840ff5 1.52 MB 3,276 22
754,101 754,101 000000000000000000062fff0a4e36450be6c706c9451325357305a99b2cd43a 1.13 MB 1,096 14
754,100 754,100 000000000000000000077b57cce3f64ebabca2077e6b29caaed980a761991370 1.41 MB 2,348 23
754,099 754,099 00000000000000000005adcc914b560a9762f4f8410d6a7827ab0234635a2d7e 0.59 MB 812 14
754,098 754,098 000000000000000000063ac4b5fad1ebf44f919b208dcb6672e4ff9fe6dae861 0.84 MB 1,702 14
754,097 754,097 0000000000000000000173a74e199628a1606772957e51a2b974854e16225c3f 0.82 MB 1,194 11
754,096 754,096 00000000000000000007b6e781da852508ce564ff54517ed6151e5f822ddc2d6 0.86 MB 1,668 14
754,095 754,095 0000000000000000000787a78d2e554b6aa319d208ae8fa519b67b11db6ccac1 1.38 MB 1,489 7
754,094 754,094 00000000000000000002254b7b62e6802ca812119eccf981fc3dcb37e57902a2 1.60 MB 1,922 6
754,093 754,093 0000000000000000000629d7ac2f40e321375c96671dd98f840376ad742e090d 1.68 MB 2,033 4
754,092 754,092 000000000000000000076da84a845dd42f72c8f261ddd13a0c952b5ccb03e009 1.52 MB 3,323 18
754,091 754,091 000000000000000000058bfae18ea26f28693882cab8799da09c437f1cb24f1d 1.46 MB 2,260 12
754,090 754,090 0000000000000000000033f2502cfa28eca4c6b469e2eae1dba445252effbc76 1.64 MB 2,453 12
754,089 754,089 000000000000000000046c6009468f854f139111899ca17599c215accecf1896 1.81 MB 2,100 14
754,088 754,088 00000000000000000001f972e2e23d634d57a9b3419f64e04939cf8e14875100 1.75 MB 2,368 18
754,087 754,087 0000000000000000000482525036358d2707a9b0f2ed88e145450c784b21a507 2.06 MB 1,274 14
754,086 754,086 000000000000000000003a2e6bcee43ae6cfa21a09235853c57f8e7305d80317 1.42 MB 1,845 14
754,085 754,085 00000000000000000008abf5f8643e423641c6f695af0e295195c4242bc49ec5 1.30 MB 1,999 18
754,084 754,084 000000000000000000028db1bcf082d78f5f6bce4a225538128bb23f4624d1f5 1.33 MB 2,746 15
754,083 754,083 00000000000000000001c72255bcc6cf64ad8a597e0f6ff80af6494f820547c9 1.51 MB 2,877 30
754,082 754,082 0000000000000000000120276db6ef786553efc59bfc79c14a298e8b748c6d9c 1.65 MB 2,577 19
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.