Memory Pool Memory Pool Refreshing

2,664 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,664 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (152,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,614 755,614 000000000000000000003b6ffcad0dd4fc45e85e6433e65be4a7a9ce8ad7ba6c 1.13 MB 762 2
755,613 755,613 00000000000000000004976acf0606c62535f39d93489b0194a41e78d6cf4d1a 1.66 MB 1,893 4
755,612 755,612 00000000000000000003499a3c5fe3c1a9d9f3df1cda3d426f470b2373523387 1.51 MB 2,379 15
755,611 755,611 0000000000000000000299175b5fb28a8279494e7ef1b2c29f589f6d6fd98119 1.51 MB 2,692 10
755,610 755,610 000000000000000000035c7796725486e570798d6c40dfd2a00e92f6966a8050 0.87 MB 1,779 8
755,609 755,609 00000000000000000007be188a187df2c7098d8d4ac050adaf96fcb49933e1d0 0.32 MB 514 9
755,608 755,608 000000000000000000009be54f43ce7d5c8d195f2046932ecd50a8d243346288 0.86 MB 675 5
755,607 755,607 0000000000000000000123a5da861de45fd8cc0a7c871054b0dc54d18d6fac47 0.33 MB 315 5
755,606 755,606 000000000000000000058649331b1fc93eedcef663d2061c3d5929dffd2d4923 1.77 MB 1,567 6
755,605 755,605 00000000000000000004b9a67d9e7108eabcc2a0be32cbb2d1060b59416e4a39 0.06 MB 136 9
755,604 755,604 00000000000000000005848b15d6f7b0a1c4c7b9b7042dec66a4e7f2c3c562e7 0.80 MB 718 5
755,603 755,603 00000000000000000005ab72e3155d6e6d4362b19e43500d2943f1a7b679915c 1.04 MB 344 3
755,602 755,602 000000000000000000004795428b1dbcd958852722cb53437d3650ef1d3c2048 0.44 MB 226 3
755,601 755,601 00000000000000000006aae11744a9dbc20022a48633f0439a170d5f2544d478 0.77 MB 592 4
755,600 755,600 0000000000000000000642e86484be648928c421b1ccfaa13f9ac96e3ac8924f 0.40 MB 769 10
755,599 755,599 00000000000000000000cf2fa8b8fbc1074d8ae29d4683b676ac0bd9ec50b231 1.27 MB 1,742 5
755,598 755,598 00000000000000000006dd41f08f043e23a7e9d368105ee26d0f2dedc90ccc5b 1.40 MB 1,969 13
755,597 755,597 00000000000000000002de6ddb15621e83967bbb4d8250cd37b2dd3408819d43 1.29 MB 1,958 8
755,596 755,596 00000000000000000007d60aaf8063e0f5ac27673776f7f5a3c1b3e6969b5a60 0.57 MB 880 7
755,595 755,595 000000000000000000024dae53088c05ec74d4cff4df864f0fbfda063576e4e3 0.92 MB 1,362 8
755,594 755,594 00000000000000000005b21287edf96bd9cdfb4f145bba5e574cd007fa0d0105 1.78 MB 832 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.