Memory Pool Memory Pool Refreshing

66 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,022 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,021 (739,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,121 168,121 000000000000069ba86a0e9d8041aa0ccb620443a0d03c5ebd6f477102d60375 0.05 MB 73 98
168,120 168,120 0000000000000a99346868b09b4943cba498287dce9ccf6971bc4c2c498a5d24 0.00 MB 14 11
168,119 168,119 000000000000076b8712ba9df093bcf6b7cb577ef47999578ca67c83bb037fa3 0.06 MB 133 123
168,118 168,118 00000000000001ee6ea1c6d665b9ad03442567b2aebd2d14ed8aece6a04d753e 0.02 MB 80 80
168,117 168,117 000000000000051b4dc3f3d088ea0782cf46f85775290788b9a6bb6a5f97d473 0.00 MB 13 16
168,116 168,116 000000000000050823d5ae549a4223cc2ba2ac86a74fc032ed20fbfceb315ee5 0.04 MB 58 113
168,115 168,115 000000000000015374f22aa898a0e9a1000a5f52788ae681fbaac4aaa3c078b7 0.05 MB 101 66
168,114 168,114 000000000000042f7c236a243e2d84bec12210dd2dd5abbeaaf55024898ac70f 0.00 MB 1 0
168,113 168,113 00000000000008a3143361b8421b7d02a53776937e8ae9cbcb56beefe6b593ab 0.07 MB 110 112
168,112 168,112 000000000000021169077f836f650a3ca041646e9a884f053761ce2950ddeb6d 0.00 MB 12 0
168,111 168,111 00000000000007ef1cf0005beb2e18fa96c5f221cb9caa455e8a06932e07604c 0.00 MB 15 48
168,110 168,110 000000000000013e8bf348f7d087d72dd360781b9b325bebc1cca29fa4eff7b7 0.03 MB 77 198
168,109 168,109 00000000000002bb65c8dd5a6607237d727fe28c0f412bdf7649fa14b7841a2a 0.00 MB 14 10
168,108 168,108 000000000000004cc0a47117406b68039ca4d442a5d35a182ed1d274df9b3c56 0.04 MB 75 115
168,107 168,107 000000000000004a18fbdb1da316ee7424b9afc9cbdad9c31d2ce39d6177cfc3 0.01 MB 26 165
168,106 168,106 00000000000004738e71f53f88ed17cf167aa6b9d52256162e1640f59e96c20d 0.03 MB 89 78
168,105 168,105 000000000000038bc42ede6f9414a849b0e4bdc4ec63e06726ab4ac3ea9f0e61 0.05 MB 115 172
168,104 168,104 00000000000004e9e8fcc660f3305e1e92365c787d1e573ff39f9337da24cdfc 0.01 MB 30 31
168,103 168,103 00000000000007d70961861b03bd329646c7cee3ac76bcca3d96556799c1985d 0.00 MB 13 61
168,102 168,102 000000000000057b76defc142537f60dd02447551d3cb27b1e1c3ea500e51a99 0.01 MB 32 79
168,101 168,101 000000000000026e8d868371c821994b7149edb4db5415a6140f8191ea89f1f1 0.01 MB 15 144
Previous 10 blocks ↓
Total Size: 769.58 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,650.88 GB sent, 95.84 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.