Memory Pool Memory Pool Refreshing

6,851 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (780,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,203 127,203 0000000000000849af66cf1a06665761a680a6c525a46780a3ef7630eaa876e7 0.02 MB 53 305
127,202 127,202 0000000000001df992ab1bd06df49f152a663a3e1ab973a215f4dc779e3084f4 0.00 MB 10 3,130
127,201 127,201 0000000000000f216acf7c0cb137e36c6aa1899eb53bd2455d129e1cc8a4e978 0.04 MB 133 1,548
127,200 127,200 0000000000000e0d00862ddeffba0fc474b77ce1d39aebdf0a650cdfc0ebb297 0.03 MB 74 132
127,199 127,199 000000000000016b58a52fa6f4fe1ead33051e966e948624b8185ff46b0fb6b7 0.01 MB 22 619
127,198 127,198 000000000000044d88efdbbec9f50b06f67a8fb82aefbeeb13ee7f0890e081b1 0.01 MB 27 741
127,197 127,197 000000000000094a60a6fdc5f07b4e34b89dd560fb126d0afc8a3ca79829eaf6 0.00 MB 13 1,106
127,196 127,196 0000000000001e1863deb345e48ce04d4e0d7aeaca868c671e338e6e0a4d270c 0.05 MB 152 898
127,195 127,195 0000000000001e2f78c27fd2c62455b762f48e5b7f38e964a328878083cd0617 0.00 MB 5 1,297
127,194 127,194 000000000000185eb03448b6435bc53139321b0d23e5ee9c536444c588357430 0.01 MB 45 2,157
127,193 127,193 000000000000153dde8269242058daa50174ab133840b7ede2c4533b7c757d23 0.00 MB 6 0
127,192 127,192 0000000000002385b0b02f953715c81015b528b51821c30e380b184be48f3561 0.01 MB 26 428
127,191 127,191 0000000000001693d518858d54b5d2dafdf02333e1fc81c441c8dfbf16956478 0.00 MB 8 706
127,190 127,190 0000000000000ad3eacd7e26c4a8d3339b6bf16ff3711a19fb5e65c008383ebc 0.00 MB 3 0
127,189 127,189 0000000000001ff5bf3b9217d6af2da1e4937e6f02386f6277ab3196d1366acb 0.01 MB 38 140
127,188 127,188 00000000000002ef8a03c570b0caeb3ef6c01997778dcc11a7c90aa147b215ca 0.00 MB 18 420
127,187 127,187 0000000000000d8d02503b684596be7403ee44ab2d76737f594a4307781cfed3 0.01 MB 22 1,328
127,186 127,186 00000000000015760ca907d13ffcf7ab8bdc1042103ac10470f03c7d9fe408bb 0.00 MB 15 203
127,185 127,185 0000000000000a8dcfcd6258e51298aac235bb1e9e35fe4b9f1ecbfae0cb8985 0.02 MB 67 502
127,184 127,184 0000000000000a3a8c31acd77907d00b6c0fdab5ff738f2ff2e984dc1dffe88d 0.00 MB 13 0
127,183 127,183 0000000000000e6abe69207cd3736b9716a19729b23b653029359ed96e67f05e 0.01 MB 22 183
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.40 GB sent, 93.99 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.