Memory Pool Memory Pool Refreshing

5,777 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (503,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,539 404,539 00000000000000000176b03f973363fd987f9efc2f40b060b49591d333a2a907 0.45 MB 883 39
404,538 404,538 0000000000000000054e8a862cc80c213ba833381f64c93c913f4c81e0b03198 0.29 MB 640 37
404,537 404,537 0000000000000000009c70815c24653a53d59f80c8e36ec9d0680a9150bc2d2d 0.47 MB 832 28
404,536 404,536 000000000000000002d660aceee9bce128bdd993b7ea625a2bb1056b64ad5adc 0.78 MB 1,331 33
404,535 404,535 000000000000000002384b99064aef1deb1345a2015af0bd3e3664aae6a784ac 0.73 MB 1,824 44
404,534 404,534 00000000000000000249a6aae249abd718c5fdd6c1c53f5c4161d28779cee633 0.08 MB 203 44
404,533 404,533 000000000000000002bb62cc73cb1181d8937d8b4e542bc35a57273fac8f8420 1.00 MB 1,804 37
404,532 404,532 0000000000000000052bc3400d37a9c131c27ae7732d547aae2b2b631b2a99c9 1.00 MB 358 8
404,531 404,531 000000000000000004e1c44d6b6f142190874dd20fe4611d5d15a581a9cf439c 1.00 MB 2,140 41
404,530 404,530 0000000000000000016cb8209ca11c209b7295872fff676a5642278d28e472cc 0.93 MB 1,515 28
404,529 404,529 00000000000000000520e972c401d586d6c2e0be985feb4e0275654444d157c0 0.93 MB 1,526 25
404,528 404,528 000000000000000006a13300b1b819c2a0a9461b9399d10bb49882ffe87fd192 1.00 MB 2,398 38
404,527 404,527 0000000000000000030f694a584aabae78eba31ade5cc34990d35ae0f13d89c2 0.99 MB 3,561 68
404,526 404,526 000000000000000004c4b324f99dff10ab0fa27b6f9adbaee90b82b4e3698b87 1.00 MB 2,546 45
404,525 404,525 00000000000000000161fb8001d1bceb85d42a4d7dfc32c4f66e09895a9c0cfa 1.00 MB 2,625 51
404,524 404,524 0000000000000000059301139298ddc41ae60037e61351774f1995de9c43eee5 0.74 MB 1,396 35
404,523 404,523 000000000000000005b1d772be25915e7a4b8c1907bbbbb92a79a1cfa0347792 0.19 MB 432 33
404,522 404,522 00000000000000000191e37c085b2a71e73a71a1c91187941a97d4d04fcdb7d1 0.67 MB 1,369 48
404,521 404,521 0000000000000000065ff1a1d072545b7a24ba29dad384b04e1a36938aa16605 0.52 MB 785 44
404,520 404,520 000000000000000003673888ee07e97e82c1fc78f88bb8ec0d44b5345a6bf6a2 0.08 MB 181 38
404,519 404,519 000000000000000000bc6947503bfa6f342b5de5c33bef0f7468439568c910d7 1.00 MB 328 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.