Memory Pool Memory Pool Refreshing

6,927 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,795 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (661,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,204 246,204 000000000000005274171b28cb8164a4383e73521124931676e2620473486019 0.14 MB 347 177
246,203 246,203 0000000000000006aaf0e1b5a1b4a4d776f437f0507e058a94dd182ae77c1623 0.04 MB 86 188
246,202 246,202 0000000000000013f98e290cf1b3149215afc97faff4c744b7040f6014cb977c 0.16 MB 256 21
246,201 246,201 00000000000000999bf028464ba20a43f5a44e0b97dc36e03aa4a312a8533f30 0.32 MB 622 138
246,200 246,200 000000000000005be0eaf123aa78b24ab0de8cf978989e9919de76b5abba5e98 0.25 MB 613 210
246,199 246,199 000000000000009a11595e725542dc1580b3765f07c7802c8a0f5ee1f19d3931 0.14 MB 375 152
246,198 246,198 0000000000000036725d2a17ebb728095f36d7ad5abb9d914948b49f81aa87ff 0.09 MB 124 95
246,197 246,197 000000000000003e3ea66ec1ebe9444f65f8248fda0009b4d0175fed758323bf 0.01 MB 31 96
246,196 246,196 00000000000000728d14271cbfbe28762536d0454488130c2ed366741f36bd76 0.03 MB 62 86
246,195 246,195 00000000000000a0703fe0fc3e7803dc57ec6537853cbe9d1d82d5a28a62c247 0.08 MB 130 114
246,194 246,194 0000000000000023531f28f62da94b04aed550af384b49efe4ee41766c493d84 0.09 MB 211 126
246,193 246,193 000000000000007be6cf4e31b5015f3acd0fc62b76e061c1e8bc4e76307f5f5b 0.09 MB 163 110
246,192 246,192 000000000000002897dce04c158c4ff482427509f7b9e17b85542b1df1a8455b 0.08 MB 170 126
246,191 246,191 0000000000000098f4365f795c99f4dce42c620667e618a035e2658b3146eb0e 0.10 MB 214 125
246,190 246,190 000000000000008b3ee74f8b1e46a4a87af6df7cddccad1e2945675f4f2be937 0.11 MB 232 142
246,189 246,189 00000000000000595a86c8002bd0298a3af2a16b24171eb79b581e39d36de94d 0.04 MB 81 33
246,188 246,188 000000000000002f4399b1287b82cb14a1adb1f53e2c1d608a1f8a818b36a00a 0.21 MB 465 147
246,187 246,187 00000000000000393a696b340518ebfb9fc72cfa72fbc1845d9e867e9c2375b4 0.06 MB 131 92
246,186 246,186 0000000000000041e056cdbc6ae157e0249fb5a0ff639a8fd6d4a51d657ff29e 0.05 MB 124 103
246,185 246,185 000000000000008ec957849a8a032186c2184f71fb5e204d58e3c1c2af58c014 0.18 MB 189 85
246,184 246,184 000000000000002d3e12179d917ea8de1f3aafdddea037794fe27fd16c201a2f 0.41 MB 559 75
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.