Memory Pool Memory Pool Refreshing

5,140 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (766,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,561 141,561 00000000000002df60b2b26871c560267308f4fd9a88620ec01c4187aa1d8fba 0.00 MB 10 408
141,560 141,560 00000000000006ddb42c5ad73ea8475d3a1580eeacfa4e12cd233f2f912532c8 0.05 MB 136 161
141,559 141,559 000000000000035692aaecff1475e42b6f06ba33fda4a4b0513f9fcaaa53d38b 0.01 MB 25 224
141,558 141,558 00000000000005bc0db20e0b28a226f38b5bbcc94d71769ce4de329d53c9bef1 0.02 MB 26 285
141,557 141,557 00000000000007b3234ecb7b6c50ef2a3ef0fdce91b0a574d0b06e821cd9acc7 0.00 MB 4 100
141,556 141,556 0000000000000176d2233f2a99f049f5b192cf48db1253ba21012fcc009cb1b8 0.02 MB 59 176
141,555 141,555 000000000000033f83319c41ca390a47252e7157f6271be6114fa7bb20492c1c 0.03 MB 64 575
141,554 141,554 000000000000023d5037ec310da06daa0a5ad643779b98bb54ef341ab329513a 0.01 MB 15 138
141,553 141,553 0000000000000432444567d895f0d8c9bfcda6c159a3e7e10aca2618f5780a5a 0.04 MB 121 104
141,552 141,552 00000000000006ec223fa17563d673161106cfb9f5910e55c5581e643e0e12fb 0.04 MB 89 126
141,551 141,551 0000000000000127b5ea7c590fe00ab25f7561c4fd01004800c67e73180c253a 0.05 MB 131 109
141,550 141,550 000000000000079f53046d8c05d6d11173b026d4debcb0409949ae44643690d0 0.01 MB 13 978
141,549 141,549 000000000000093f3bfce9edb8b8f2dea34e2637370fde919d9e28d9bd842f95 0.05 MB 118 374
141,548 141,548 00000000000004e1405590716fa5fa8dfaa61ea4c5390b59c256155a5646e040 0.01 MB 27 315
141,547 141,547 00000000000008f89aa26ae40881dd88dc911c33ec621df23e764b1e4ca0015a 0.05 MB 142 43
141,546 141,546 00000000000000735c20e100faccaf23e17712a6fdccebb217af3b3c58a58ed1 0.07 MB 168 460
141,545 141,545 00000000000007ac47813ac066cf81df1b5c75b9eaa5c728076314d0a5345ec9 0.06 MB 95 288
141,544 141,544 000000000000062f1e5e301e3205ad3590e38bc21f0bc40134193bee3bc91113 0.00 MB 14 148
141,543 141,543 0000000000000477871cbb01679f1c457c639961880ba0f32ce257153c98f79d 0.02 MB 93 51
141,542 141,542 00000000000008c6c2c4c176ce4737e05ca6854af4cf17222f0805805f8f42a6 0.04 MB 62 148
141,541 141,541 00000000000002490951b0ab339f9cdc964d38fc9fd620d53fc7965a2cf1cac3 0.02 MB 45 120
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.