Memory Pool Memory Pool Refreshing

17,492 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (728,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,243 179,243 00000000000009afcdaef481299fe55f7c0e00e055f65d6bbcfdb0fd16d7c323 0.02 MB 44 181
179,242 179,242 00000000000004bdda907b223fcc07a699ad3c345944d62ce38feac379879cad 0.01 MB 42 90
179,241 179,241 00000000000005086fa8987cad299b7bc2b48c404c0b4c285f6f940f83d916ab 0.01 MB 27 205
179,240 179,240 000000000000077c08b44845624b18e976b3838bd8d1192dca7e9356792fae29 0.05 MB 118 106
179,239 179,239 00000000000008b696a45aff571f40b3b65191e0550cddfde5d6e0ccaba59f9c 0.03 MB 64 143
179,238 179,238 00000000000006e8683f4d62fc3aa36694ed62ebd1bfc999408c3bd46764cc53 0.03 MB 56 324
179,237 179,237 0000000000000a7c51e9fd8872e712efe4af4ce1d9a1b5c2bad394ab0fe58df0 0.04 MB 127 52
179,236 179,236 0000000000000a75b7e568e8a83ce2e7866ab84d03ea341ae09b9465f8a20cd1 0.01 MB 25 75
179,235 179,235 0000000000000468ad22a5a78df17fb5370fe7bdca5e3701b9732b24d518d884 0.00 MB 6 80
179,234 179,234 00000000000004d9318253e5de4c64e6c4ca089fe4af11091eaf853103c6d503 0.00 MB 10 68
179,233 179,233 00000000000006ee9581c6bc49db41619197c216cfeb5072548de1bf18556691 0.03 MB 42 59
179,232 179,232 000000000000047d281850cc1c8ce23bce9a1d385a04f3cdd0dff8089aecdd09 0.03 MB 84 113
179,231 179,231 0000000000000755eb850ef7e2dbd760ce93fa7c46b0e66cc750404b7b3b41c7 0.01 MB 44 44
179,230 179,230 00000000000009b7dbbdcb29965b20660960601020ab9ed429ea833ecf5decab 0.00 MB 11 54
179,229 179,229 00000000000009dafbcd67da99b7d10a529501dc371ccde1233313e9e22ff618 0.02 MB 31 72
179,228 179,228 0000000000000111b54e05a5990acf47ecfe7c3e1bb23d72a3f9f647e2457af5 0.01 MB 18 298
179,227 179,227 000000000000017454ddc2442c4a1e65be254e2d5c50a0988a7d4919ef6ed7d0 0.03 MB 76 1,773
179,226 179,226 0000000000000a1f3b8b9c7b05ad381704e061adc293a6b9c01f847530ed8b00 0.04 MB 100 138
179,225 179,225 00000000000008d044e18b3deda68ded0797ec8523b1918d73574177b9bc07d9 0.02 MB 54 211
179,224 179,224 00000000000003f3aaae1e253f976f05a6a2fa9e0b202b6e613e77e5528e4b1b 0.02 MB 67 2
179,223 179,223 0000000000000a27729d1ba09b6f0e13739624d72cf47d10dbd9777b7aaccedc 0.03 MB 78 102
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.