Memory Pool Memory Pool Refreshing

2,354 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (52,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,528 855,528 00000000000000000001e75f37ddde0188392a2624c9fd4c4f2c9ba4f682dfb2 1.84 MB 2,409 7
855,527 855,527 00000000000000000002e1ec0b96d0ecfbd34c9bbfd4fb6e5e852456592224ff 1.73 MB 1,755 5
855,526 855,526 000000000000000000026d59234429eb9c003f540edfab3773b5d7946236571f 1.78 MB 2,577 4
855,525 855,525 0000000000000000000240cf612777f8898672956e27f934195bf5a9368fcb1f 1.77 MB 2,785 13
855,524 855,524 00000000000000000000ead046791bfe8e89c9f911ded0cdba4b77ace460e5ef 1.81 MB 707 4
855,523 855,523 00000000000000000000fc717312f74ad0a84181a941e892d7eb0a03b0efbe89 1.58 MB 2,211 4
855,522 855,522 0000000000000000000314b3f535472bc874fd35bf98a69bfe9f4f83b01101f5 1.45 MB 2,580 10
855,521 855,521 000000000000000000005605c1a0be9d69eaf34ce902225bb2b86316b59b0b9f 1.57 MB 4,620 3
855,520 855,520 000000000000000000001af7ddc70216947c350f730efd6282ac7992509a43ce 1.62 MB 6,866 2
855,519 855,519 00000000000000000002b3d62fd71a12ed816257f2d686f897ef521498f04bdd 1.64 MB 2,998 4
855,518 855,518 0000000000000000000140331a9d258da99cfb21dc0e10c830948acc3769c073 1.72 MB 4,507 3
855,517 855,517 00000000000000000002d5ac157f1780c2fbf4506f52fb00a24d2f2f0578ff59 1.54 MB 2,706 7
855,516 855,516 000000000000000000012314f36f22af77c5eec7907b962fb4168ccd87677f5c 1.64 MB 7,380 2
855,515 855,515 00000000000000000002c7040571179271d0f535b5e719c9c80c0270582cd948 1.75 MB 2,479 7
855,514 855,514 000000000000000000029e9a6fec8e31da29c32fde6b492da21a8e21cc8245be 1.64 MB 7,659 2
855,513 855,513 000000000000000000006ebdc67a62e1683f41ce26b9bd6a0dbd9ccfe2dc276b 1.62 MB 7,605 2
855,512 855,512 00000000000000000002ccb171b01922f592b9bbd575f815a2e06ecc4313e403 1.68 MB 4,137 5
855,511 855,511 00000000000000000000ea81548159bf91a5eafd191738b9dd7d09281af3dd29 1.93 MB 4,091 3
855,510 855,510 000000000000000000011107f55bffecffb7fe50d5e003a3926c971d82c232a2 1.56 MB 2,677 3
855,509 855,509 0000000000000000000230df80ee51a86915c7973cd7f6e3caae797a5a541c1a 1.67 MB 3,562 7
855,508 855,508 0000000000000000000276fe2b821747cf61c6939fca87cfcaa7732bcafe73e4 1.57 MB 3,044 16
Previous 10 blocks ↓
Total Size: 769.57 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,649.98 GB sent, 95.79 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.