Memory Pool Memory Pool Refreshing

28 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.00 vMB 21 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (83,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,209 824,209 000000000000000000030f1d40cf4d552334573bad9708c2f22386051965fac5 2.09 MB 3,666 74
824,208 824,208 000000000000000000017210902e9fedce1b577737f206502a622bf550f7a252 1.78 MB 2,596 91
824,207 824,207 000000000000000000005a4581062ac191ee75b594f2e6fc254a4bb81b5cd3e9 1.98 MB 2,853 127
824,206 824,206 00000000000000000003c974d1c932834385470fdff88da912f1a164bfc16749 1.62 MB 3,476 135
824,205 824,205 000000000000000000018e3ea447b11385e3330348010e1b2418d0d8ae4e0ac7 1.51 MB 3,129 206
824,204 824,204 00000000000000000003a4fc6d7694945bd9ae5741712f82a9f7fea43affa65b 1.66 MB 3,476 67
824,203 824,203 000000000000000000010c1ac931ea59fa7d089c3346fd470e585f602012399d 1.63 MB 3,121 155
824,202 824,202 00000000000000000001b3332ddce34a553308586c8999f3749bfe5901fdb576 1.61 MB 3,627 86
824,201 824,201 000000000000000000019067e937f5a86ba3942e54f8ef561e10d2be58e99fa8 1.60 MB 3,348 154
824,200 824,200 00000000000000000002b00dfece5f0fd63609718118ea3809a46e0ecd27a153 1.47 MB 3,186 62
824,199 824,199 0000000000000000000133c545a4bf2a8ea02d35bbe97dbb5b4a30788245b4bd 1.68 MB 2,955 75
824,198 824,198 0000000000000000000008b5c9df7975920b7b0cdd4ad19f345380858ebc3030 1.88 MB 3,435 104
824,197 824,197 000000000000000000020e254c2b9bf55e15b4e9c878d4fe6a9fda3df431951d 1.84 MB 2,802 181
824,196 824,196 00000000000000000000a0f08155fcf30e77569d4f2f7a1aaf83679d168a9b0f 1.67 MB 3,083 139
824,195 824,195 0000000000000000000229a9b44fedec04ae25954859c12c71583681e8881e6e 1.64 MB 3,640 92
824,194 824,194 00000000000000000000937fb12e64f9199b15b758a7526003082c30e082f161 1.58 MB 3,218 90
824,193 824,193 000000000000000000020abeb11b1e88817fee3d0bfd0785b09b763fa9297cf1 1.52 MB 3,361 158
824,192 824,192 0000000000000000000276c19aeeb81143cb7ef3b1824a1040cb276ea9d9fb24 1.64 MB 3,460 99
824,191 824,191 0000000000000000000312da89c80fed6c4ebf2abb6352356fe340e16a6c551d 1.57 MB 3,591 117
824,190 824,190 000000000000000000035e5453258f7158c91998fc50508b5c763e346c72a4bb 1.74 MB 2,843 60
824,189 824,189 00000000000000000003d848db166f6751c2dcfb7e73007bc99818aa240dc42b 1.56 MB 3,943 84
Previous 10 blocks ↓
Total Size: 769.10 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,628.93 GB sent, 93.40 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.