Memory Pool Memory Pool Refreshing

3,455 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (435,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,717 472,717 0000000000000000013701936565688d4c87d288b83250b0f92346422b47f091 0.99 MB 2,123 276
472,716 472,716 000000000000000000b036cbb2a43d748eec8e609d39afb69eda6433adcd9c87 1.00 MB 2,547 358
472,715 472,715 00000000000000000041010d3e81ed60ff97e30e0dbd97f6aafefff43d722f0a 1.00 MB 2,744 402
472,714 472,714 0000000000000000016bae8de53bd663992b5c2122a64c28eef7ac5f90abbe65 0.53 MB 1,062 319
472,713 472,713 000000000000000000a54fd98e0225f966e894a408fbd036993d154991d7c21c 1.00 MB 1,730 130
472,712 472,712 00000000000000000017df3da162d851b37669cc97bcb0a283a8af4971e2022f 1.00 MB 2,424 356
472,711 472,711 0000000000000000010b34cd00f2b7d1be2c8b39d0d7dc20024547276ba1279f 1.00 MB 412 14
472,710 472,710 00000000000000000126495415744703d575e48ef6c3a615ccfb040161573567 1.00 MB 1,967 277
472,709 472,709 000000000000000000647f9999eafc91167865420438450409fbc545e15dd489 1.00 MB 1,748 217
472,708 472,708 000000000000000000522f7423fb62ce4e4bdfd7e43603c5afa8af2450a4e69e 1.00 MB 2,284 86
472,707 472,707 000000000000000001431b00f51caba9b09f0c98121735e10fb383fb965d214f 1.00 MB 2,304 342
472,706 472,706 00000000000000000004dff1de583c1c14ba2b2c84b9d7c7394898e40f130f16 1.00 MB 1,809 238
472,705 472,705 00000000000000000184a0a0a60dce052fc58a8d21f82b03a06a4df313cdafc4 1.00 MB 1,560 139
472,704 472,704 000000000000000000216a9938409d14d9d3c055d2ca9c5f97db390990af71e7 1.00 MB 1,535 114
472,703 472,703 00000000000000000167dd6eb927bc341654191541e2e7ad9e70f075034fabe0 1.00 MB 1,648 273
472,702 472,702 000000000000000000e9c27a1416de872d4d21093d69f97564280228888f4f98 1.00 MB 2,229 372
472,701 472,701 000000000000000000eb41675968c90fb5218abce9527ba931132a77d9599b2f 1.00 MB 1,921 176
472,700 472,700 000000000000000000f7191e61fd0426b3959184b534da2f6d35bf896595ca9d 1.00 MB 1,371 262
472,699 472,699 00000000000000000090cb458ac482029c4881ba35143bb8d59af0f5d8e5acf9 1.00 MB 2,014 106
472,698 472,698 0000000000000000002a0df1fd38a1d6c160a54eeb5958a8db599a9c826c76d6 1.00 MB 2,141 305
472,697 472,697 0000000000000000008970767ffd9714f356054130cd4f5e0a05328415bfe70c 1.00 MB 2,140 338
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.