Memory Pool Memory Pool Refreshing

1,280 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (743,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,403 164,403 0000000000000123ac3fec034d751c2dec811e0bad180c0ab7aa94b20d542136 0.00 MB 13 415
164,402 164,402 00000000000001f6aa6324512b91180e2b696b90713771867517ec93f8f0a609 0.03 MB 112 94
164,401 164,401 0000000000000bb5ee92a910c1e4585e5583d554009938f1dce80712ab9776fc 0.05 MB 130 283
164,400 164,400 00000000000004db2c6e16f9011087d0e1ecc5a12dd725c701cd58811907deea 0.00 MB 5 0
164,399 164,399 00000000000007344668cce67ad43e4c9cc1e87d473b03bf883e8571d122e82a 0.00 MB 8 0
164,398 164,398 00000000000006b2e10b7fcbce03cb1659c6a3ef797340d4455abc789f95b9ba 0.01 MB 19 67
164,397 164,397 00000000000002a781b1a81529721084a87b8a82f1470db78166f1713bb49d0d 0.03 MB 53 58
164,396 164,396 0000000000000a1df2b6377347f02a059bf300bc39d1435c685aeeace1fbccf6 0.01 MB 7 34
164,395 164,395 0000000000000af0fb81292eb7036c64cba27d03ff29e68f5a6f7b133ede6e5a 0.01 MB 4 19
164,394 164,394 000000000000017660f8689c584c3aec1d69af065ba50825ae75cabdd6c12c80 0.00 MB 1 0
164,393 164,393 00000000000003aba30b2dc51a3704b39ee2ae94f2d3da24269eef6c25a7ec88 0.00 MB 11 65
164,392 164,392 0000000000000024af0b92ba95f877ccb3a7ccb536eeb3a08fdbc15ac2b83661 0.01 MB 12 12
164,391 164,391 0000000000000072fc61f73b16f1962d0552a4ed4f0775a133662053196a6102 0.00 MB 10 372
164,390 164,390 0000000000000c67e490933619a2fb82c251f20f9d1b14b92d6414ec8848b41a 0.00 MB 12 16
164,389 164,389 000000000000059457f9ce90b930967909d636f787c08bb5294a14bfb61433f0 0.04 MB 103 877
164,388 164,388 00000000000006ca5b6b3be809a0cfd3ce2d152cfcf0e2d3724721b3e29fd89b 0.04 MB 73 68
164,387 164,387 0000000000000316291f420bb847ba0d9b6d6b818aefc8bd2597f0ee748e0123 0.01 MB 22 187
164,386 164,386 000000000000018a96244d995c2e731421c1ab1769a35fe601539904d2346454 0.02 MB 19 211
164,385 164,385 0000000000000c10070802453ead69c676f573c9d78904d32c7249f54dcc7090 0.00 MB 4 0
164,384 164,384 00000000000000955cce4f5f84f1c45a44af1d04e0786ef22235ba139bd6472d 0.01 MB 15 881,023
164,383 164,383 0000000000000764b992293f8d338dadfcde3ca9e0cea3fd967b755f3054d188 0.01 MB 15 168,952
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.74 GB sent, 94.46 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.