Memory Pool Memory Pool Refreshing

1,237 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,236 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (645,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,361 262,361 00000000000000098391c5a8f26896713cbc99fb20c441e317311693313008f2 0.06 MB 144 74
262,360 262,360 00000000000000004d5f4713a2e5828a90801a046af5f5236aa3eaa5770e311c 0.18 MB 466 87
262,359 262,359 0000000000000007401e4ebe52b984b2263f1af370f81be61c38cdd73415aaa6 0.19 MB 472 100
262,358 262,358 0000000000000006b0eca4f75fcd63afb29bd1c02531493193032395060620a5 0.13 MB 328 100
262,357 262,357 000000000000000da263e0a586b39eb198b0e6e823e9c5cc6ce07ec53042c777 0.00 MB 8 107
262,356 262,356 0000000000000015de7e4be2f687b9c95891240a4e3dd172e55ff8b624f916c8 0.02 MB 46 107
262,355 262,355 000000000000000848a6b05fdcf2ca5bee49ad04e80a5f54566c5766eab6c4da 0.08 MB 217 89
262,354 262,354 000000000000000e8666f72df83dfe5f08fe62b75ded2febd40a87ad55253656 0.11 MB 259 81
262,353 262,353 0000000000000014af65ad7ba54832f503527b3669b4a427fce72aedaf60b240 0.20 MB 393 90
262,352 262,352 00000000000000109e44dbca4a45eb48084df82fe86347f2f367c14a8db563a1 0.24 MB 405 83
262,351 262,351 000000000000000140348a4c59eeb84578e3a9edc6765400b28a3e5091bffbd6 0.03 MB 71 96
262,350 262,350 0000000000000005cba5a0ede9fe6cea2a25c56aa82837212d6d68b118cb2789 0.15 MB 300 78
262,349 262,349 00000000000000115357b7068434dd78b584e4d3cae91ed27cbf9c639c38819e 0.07 MB 145 106
262,348 262,348 000000000000000769989405605e1e719acbafbf6110f874f67ab5c4ab6f7174 0.02 MB 62 98
262,347 262,347 0000000000000008c535ff3831132b7b0f33f73b61abb52b805675ab70608335 0.09 MB 243 77
262,346 262,346 0000000000000001c3f4bb9e8978f7105af6017347759d8d31e395ed2371cbc4 0.16 MB 358 93
262,345 262,345 000000000000000ff26785b0838d2689b9072503c86fcefe11685caa5ab569d3 0.05 MB 134 92
262,344 262,344 000000000000000cf278600b079853e371cbacac095f6fe01ac56eed7c2c21cb 0.14 MB 39 5
262,343 262,343 00000000000000079561da8eaadca23bb0ac77c55e541889d7b4093b07cf1064 0.14 MB 340 53
262,342 262,342 0000000000000003c63fb79569d34f18991b821c58a731765c884e0e61dd9e6b 0.13 MB 224 63
262,341 262,341 00000000000000138c6697f186b4642a6147a5ce92b723d09c58d9dba25da6f9 0.19 MB 480 88
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.