Memory Pool Memory Pool Refreshing

2,614 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (674,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,535 233,535 00000000000000d6afe38fc0fc0070b5cefa5847fa1e1bd7f0c7c73e81333e37 0.15 MB 230 93
233,534 233,534 00000000000000bc1bcdf0a8120e78ca915909716d8bb86340060e7ea1f98ed1 0.07 MB 168 168
233,533 233,533 000000000000002a66d9c7eb33bad96b675d9a7c4e8ecec6166e9a157152f5df 0.15 MB 266 130
233,532 233,532 0000000000000139e6f05094f8432962d65ded9a06278c5fba3e198f93b58074 0.16 MB 385 181
233,531 233,531 000000000000001cf932d128fe4f674d4aaad1c12e32412a30897217a97da96f 0.02 MB 43 38
233,530 233,530 000000000000018c59d29e4957c247671c7bb0b21adc34ac4751ae6997a4928b 0.14 MB 333 175
233,529 233,529 000000000000015c7018e7ff83b5d28f4e090baa35ac88c6d649ceb571078e9e 0.15 MB 258 126
233,528 233,528 00000000000001d9635e1ce475e9dcd76c129f1c19e2c156899c451948af3b35 0.22 MB 528 176
233,527 233,527 00000000000000cc57de471876d97c558082f741548ba9e2d2c9df2775eb0cee 0.00 MB 4 45
233,526 233,526 00000000000000b8ab8c98ec186ab0f3d3e96e9cacaeea413d92762554024bd0 0.08 MB 148 146
233,525 233,525 000000000000013dd3b1f4193dc8bb227602531ec67901f8886e42776c47b3bf 0.17 MB 357 143
233,524 233,524 00000000000001af8ea32ba4789b31a360f8b86b1778462315617afd9c21e76f 0.15 MB 154 51
233,523 233,523 00000000000000bb0a3dfd06c698b31115b55e1846a2e208047641fae6c42220 0.09 MB 244 171
233,522 233,522 0000000000000027ab32f4232a583970a55f72e87b14e9728c90a2f9bd582b4a 0.15 MB 156 55
233,521 233,521 0000000000000014e64ac089a1891f9b5060e506de7151a9da7d1f4f9e7d7fb2 0.20 MB 387 133
233,520 233,520 00000000000000790249f53374bc14119d676c16b0625eca7fe9f92403686287 0.08 MB 271 67
233,519 233,519 000000000000013a94b4573bf3744caf89f49d3f7d8a356ed33ff12331143120 0.04 MB 63 113
233,518 233,518 00000000000000d30d08e7e28fe2dcb3b597b4a83c13705793fed31674a0379a 0.15 MB 216 92
233,517 233,517 00000000000000b8aa35a276f2a01661f34eb54201e5eb05c04d8f6e7c7eb0fe 0.15 MB 331 156
233,516 233,516 00000000000001b9c04da2dfc11f9833a4feec852f00f03d634cb1c786c9b468 0.13 MB 278 170
233,515 233,515 000000000000009237aeab269039a3ddd76dd998210d653ba330c34f8f45acd5 0.17 MB 351 147
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.