Memory Pool Memory Pool Refreshing

3,687 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (408,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
499,563 499,563 000000000000000000045e9b868048bb41ccb7c74bb72569f059c763c09a7f88 1.06 MB 2,662 396
499,562 499,562 000000000000000000aa6be4db52086ef6dd30fecd0892c8b1fc3b5a14d0cc44 1.02 MB 1,064 186
499,561 499,561 000000000000000000500edab0df4ae379f1608c925376785db63e34e8dabf28 1.16 MB 1,981 278
499,560 499,560 00000000000000000078c8e9a1c8e6f8973d39c9ed1a4e0b8aa8f56fb034e38f 1.00 MB 1,547 227
499,559 499,559 0000000000000000007720b2936efbb0022ca71959617f799eca728f7d121fe2 1.03 MB 1,305 239
499,558 499,558 00000000000000000052e6152b090afab5cc9b387c134e089ff1485bab4e74ef 1.03 MB 1,501 215
499,557 499,557 000000000000000000579a484e132e39c10a908012347ff89f3f57e7bb1d2860 1.01 MB 1,249 162
499,556 499,556 0000000000000000002fd2528a0dc2fabf224e11ec155d00d5d5cf87e59e0f50 1.07 MB 2,180 254
499,555 499,555 00000000000000000058d441a8f0ab904c07ce4acc0b926b6cd973fd7e84f65a 1.08 MB 2,432 354
499,554 499,554 0000000000000000008d3bd7769613f0b15ecb59d9c09cdeff394e53f3056acd 1.07 MB 2,329 425
499,553 499,553 000000000000000000101f8cd85683253ad63d6a11a53d7a9813b8dba2d3201c 1.04 MB 2,688 449
499,552 499,552 000000000000000000393c0cad6a6c520366b04325799a4d185b8c8e59192e26 1.03 MB 1,694 315
499,551 499,551 000000000000000000552a19a7368ac14caf417987d39f478047c44b558acdb0 1.10 MB 2,276 320
499,550 499,550 00000000000000000032f036ea0bd312495732b5a9f5bb1f16ea81755c2e4e2f 1.00 MB 2,085 221
499,549 499,549 0000000000000000002ee019763570ca871acfdbb6aeefacefb359a63b74a160 1.06 MB 1,657 341
499,548 499,548 0000000000000000002f346f3d118c18a609f921d09f557e91fb44131155f325 1.04 MB 2,738 450
499,547 499,547 0000000000000000003a9365a5cde05093ea98207473b978aee109d7ccb049ff 1.08 MB 2,484 348
499,546 499,546 0000000000000000009c71a6104c716ca4d389bfb3321d9963de5f2097e638d1 1.01 MB 591 136
499,545 499,545 000000000000000000a3354f2221c3f5bab2eec1cefe4087b35fa30183f61786 1.01 MB 489 159
499,544 499,544 0000000000000000006811dae46771ec02fa4002a672821c0579b9b4e97f796f 1.02 MB 891 180
499,543 499,543 0000000000000000005458b58ea578afe0bf47095ca545579e5a887bf7e78f6a 1.06 MB 1,607 116
Previous 10 blocks ↓
Total Size: 769.31 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.83 GB sent, 94.53 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.