Memory Pool Memory Pool Refreshing

907 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,535 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,534 (29 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,505 908,505 000000000000000000018f4e26662065326e369a7e7aa3524a40bf29c5eec5be 0.19 MB 484 2
908,504 908,504 00000000000000000000c756c3796c6edc56bfd6c493df803163df5daff64743 1.65 MB 3,811 1
908,503 908,503 0000000000000000000128fe246d0fd64509a4b00e7842ecfd87a7c3d1d8dcbf 1.68 MB 4,095 1
908,502 908,502 00000000000000000001d137b1c63d11e6f74eddf3aeeaa368b9e591516e6ce6 1.96 MB 2,773 0
908,501 908,501 00000000000000000001fc89c59b3c4999be3df8d1906fe130838e6b3019a003 1.66 MB 2,804 2
908,500 908,500 000000000000000000016c93956952fc65af8d681e119c1b537e482a6e07e78f 2.11 MB 2,355 1
908,499 908,499 00000000000000000000224ed4f23633c932c06f33b6205b0ea0ccbdee69ab0a 1.84 MB 2,305 1
908,498 908,498 00000000000000000000ea9d83681e96ccef5e0831b205c0be0d77fd121ad496 1.54 MB 2,443 4
908,497 908,497 000000000000000000014aab1d4eb17cac2fb9036f7eaef3f95c0c33631162da 0.50 MB 1,222 2
908,496 908,496 000000000000000000014948fc3f66dd18f77ae859ed6e24bcd34e05fd076f1d 0.43 MB 954 2
908,495 908,495 000000000000000000017d7bd4252c767ac0a351c41163045fcf023b8b66b069 0.77 MB 1,120 2
908,494 908,494 0000000000000000000169e4f91c848e186e6590f447b2608feeebb4545a31f8 2.33 MB 1,054 1
908,493 908,493 00000000000000000001479b679c9bf9d44b06b02a59ce965a08e98804b44cd7 1.90 MB 3,238 0
908,492 908,492 000000000000000000022be012286260d9fba97f7324b2457478f0bc2c478567 0.74 MB 1,247 2
908,491 908,491 00000000000000000000b7a2d0c6105967620d1c22f0d222a2a18639b18b9b3d 1.79 MB 4,641 0
908,490 908,490 00000000000000000001140305d1eba75efe6369142d537f894927a9c5adce10 0.00 MB 1 0
908,489 908,489 00000000000000000002232fb07faf4aa4dca63e5bd8b8e3da109f86bcfa04ab 1.71 MB 2,764 2
908,488 908,488 00000000000000000001f8eaf355758cd3f929859e2bcebb945ad8270610f955 1.84 MB 4,149 1
908,487 908,487 000000000000000000019f9ac453535ca7cb50f98ed71c145005a5fb8a3f8ae4 1.36 MB 1,296 1
908,486 908,486 000000000000000000007336df4fbd6db86015008d017f0233100f637dcef25b 1.73 MB 3,477 4
908,485 908,485 00000000000000000001cd3d20e679f65c6e0fb640dd0b74d5d09b8bae4ca402 1.73 MB 3,526 2
Previous 10 blocks ↓
Total Size: 770.69 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,842.40 GB sent, 100.42 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.