Memory Pool Memory Pool Refreshing

38,784 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,200 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,970 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,199 (388,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
473,526 473,526 0000000000000000001c883e78d44b4232ac4550271196ca5fe6086a16356b25 1.00 MB 2,190 273
473,525 473,525 000000000000000000f70ff28b80e7912b501e16d184d8b667f5010f53ac76cb 1.00 MB 2,319 206
473,524 473,524 000000000000000000e09e3bc9d0123e5b553349744346255ffab5a948ee094a 1.00 MB 2,042 304
473,523 473,523 00000000000000000113458e009c08c08245af18f29bfcdb1cf73bc121e7cb43 1.00 MB 1,745 300
473,522 473,522 0000000000000000005d79b86a66a2f22d50eef30eba65908a511a2ce0296d92 0.99 MB 2,346 379
473,521 473,521 0000000000000000000a9c73cf2ffd5e0ce6663a53174b2cb159deb9ea285d7a 1.00 MB 2,723 372
473,520 473,520 000000000000000000e29ad168788702c3e4cf466634f3d91251bf3c25e76000 1.00 MB 2,097 416
473,519 473,519 000000000000000000cf334b7b1aef5bf7c7681e00d89785f6a7ef7fb2170885 1.00 MB 1,702 217
473,518 473,518 00000000000000000105423289b90fd5d2b32272173e64aa9768a07d54d80476 1.00 MB 1,711 311
473,517 473,517 0000000000000000008b7572791de699ac5f7a241bfe930e379ef671fa0d4870 0.99 MB 2,449 391
473,516 473,516 000000000000000001766771167572b56fa490d9030c826a873398ff1a36b016 1.00 MB 1,660 222
473,515 473,515 0000000000000000006ef96e5bdc3fad40ff8e5891c02a815dcef91eb40fef18 1.00 MB 2,098 378
473,514 473,514 0000000000000000007c5245e4547250b23468e89ea147303c39cca946758c51 1.00 MB 1,133 123
473,513 473,513 000000000000000000f79579a51d000d81411a1f59ab54c576de797056ab7495 1.00 MB 1,501 227
473,512 473,512 000000000000000001785143ebe285830cb9256133589f3d74f4cd15546f8ce9 1.00 MB 1,744 258
473,511 473,511 00000000000000000065183de5fb0b9a8078be1f36a8c9c9be082823eaa9216e 1.00 MB 2,344 233
473,510 473,510 0000000000000000012ad889df88ee0a34628d93530a0fdd2c3b29c0272077c2 1.00 MB 2,414 270
473,509 473,509 000000000000000000e86f630f0b8c1112accf6e3e596919e6001d7d92e32bb9 1.00 MB 1,752 306
473,508 473,508 0000000000000000012b609e97c0e49f9236bcf728036e02c5cea725ed0a5012 1.00 MB 2,306 303
473,507 473,507 000000000000000000a10bed3c8fc73eaff3a44812111fb442c0e910c0f2c9a5 1.00 MB 1,332 267
473,506 473,506 0000000000000000013025c4445ff95bf0382404a1977a4d9df8e4054446afae 1.00 MB 1,822 361
Previous 10 blocks ↓
Total Size: 684.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,355.68 GB sent, 101.77 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.